HomeSort by relevance Sort by last modified time
    Searched refs:getModuleInvocationContext (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IInvocationContext.java 143 public IInvocationContext getModuleInvocationContext();
InvocationContext.java 257 public IInvocationContext getModuleInvocationContext() {
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
IntegrationTest.java 251 receivedComponentsTestRunEnded.addAll(myContext.getModuleInvocationContext()
253 receivedModuleNameTestRunEnded.addAll(myContext.getModuleInvocationContext()
255 receivedAbiTestRunEnded.addAll(myContext.getModuleInvocationContext()
261 receivedComponentsTestEnded.addAll(myContext.getModuleInvocationContext()
263 receivedModuleNameTestEnded.addAll(myContext.getModuleInvocationContext()
265 receivedAbiTestEnded.addAll(myContext.getModuleInvocationContext()

Completed in 1323 milliseconds