Home
last modified time | relevance | path

Searched refs:createInvocationContext (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1492 IInvocationContext context = createInvocationContext(); in execCommand()
1502 execCommand(createInvocationContext(), listener, args); in execCommand()
1550 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandScheduler
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java122 protected IInvocationContext createInvocationContext() { in createInvocationContext() method in CommandSchedulerTest.TestableCommandScheduler