Home
last modified time | relevance | path

Searched refs:getInvocationId (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/service/management/
DTestInvocationManagementServerTest.java97 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_andDetails()
100 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_andDetails()
126 assertThat(response.getInvocationId()).isEmpty(); in testSubmitTestCommand_schedulingError()
156 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_reservedDevice()
159 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_reservedDevice()
199 assertThat(response.getInvocationId()).isNotEmpty(); in testSubmitTestCommand_reservedMultiDevice()
202 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_reservedMultiDevice()
231 String invocationId = response.getInvocationId(); in testSubmitTestCommand_andStop()
245 InvocationDetailRequest.newBuilder().setInvocationId(response.getInvocationId()); in testSubmitTestCommand_andStop()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DInvocationContextTest.java59 assertNull(mContext.getInvocationId()); in testGetInvocationID()
63 assertEquals("TEST_ID", mContext.getInvocationId()); in testGetInvocationID()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java47 public String getInvocationId(); in getInvocationId() method
/tools/tradefederation/core/src/com/android/tradefed/service/management/
DTestInvocationManagementServer.java220 String invocationId = request.getInvocationId(); in getInvocationDetail()
251 String invocationId = request.getInvocationId(); in stopInvocation()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1512 Mockito.when(context.getInvocationId()).thenReturn("1");
1562 Mockito.when(context.getInvocationId()).thenReturn("ID");
1568 Mockito.when(context.getInvocationId()).thenReturn("1");
1589 Mockito.when(context.getInvocationId()).thenReturn("1");
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java86 public String getInvocationId() { in getInvocationId() method in InvocationContext
/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java579 .restoreSnapshotDevice(device, mContext.getInvocationId()); in isolateRetry()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java481 .map(IInvocationContext::getInvocationId) in run()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java869 String snapshotId = mContext.getInvocationId(); in run()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java1593 assertNotNull(mContext.getInvocationId()); in testExecCommand_versioning()