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.java1573 IInvocationContext context = createInvocationContext(); in execCommand()
1583 execCommand(createInvocationContext(), listener, args); in execCommand()
1631 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