Searched refs:createInvocationContext (Results 1 – 2 of 2) sorted by relevance
1896 context = (context != null) ? context : createInvocationContext(); in execCommand()1948 return execCommand(createInvocationContext(), listener, args); in execCommand()2010 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandScheduler
160 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandSchedulerTest.TestableCommandScheduler