Lines Matching defs:NewCtx
536 Context NewCtx = ContextFactory.add(Ctx, D, newID);
538 return NewCtx;
544 Context NewCtx = ContextFactory.add(Ctx, D, newID);
546 return NewCtx;
554 Context NewCtx = ContextFactory.remove(Ctx, D);
555 NewCtx = ContextFactory.add(NewCtx, D, newID);
557 return NewCtx;
565 Context NewCtx = Ctx;
566 if (NewCtx.contains(D)) {
567 NewCtx = ContextFactory.remove(NewCtx, D);
568 NewCtx = ContextFactory.add(NewCtx, D, 0);
570 return NewCtx;
575 Context NewCtx = Ctx;
576 if (NewCtx.contains(D)) {
577 NewCtx = ContextFactory.remove(NewCtx, D);
579 return NewCtx;