Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/
DClient.java101 Invocation invocation = client.createInvocation(request); in createWithNewInvocation()
153 private Invocation createInvocation(CreateInvocationRequest request) { in createInvocation() method in Client
154 Invocation invocation = mStub.createInvocation(request); in createInvocation()
/tools/tradefederation/core/javatests/com/android/tradefed/result/resultdb/
DInvocationSimulator.java136 InvocationContext moduleContext = createInvocation(); in getModule()
248 reporter.invocationStarted(createInvocation()); in simulateInvocation()
291 private InvocationContext createInvocation() { in createInvocation() method in InvocationSimulator