Home
last modified time | relevance | path

Searched refs:FETCHING_ARTIFACTS (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/
DProtoResultParserTest.java254 .setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS) in testEvents_invocationFailure()
279 ActionInProgress.FETCHING_ARTIFACTS, invocFailureCaptured.getActionInProgress()); in testEvents_invocationFailure()
296 .setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS) in testEvents_invocationFailure_errorNotSet()
320 ActionInProgress.FETCHING_ARTIFACTS, invocFailureCaptured.getActionInProgress()); in testEvents_invocationFailure_errorNotSet()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java181 .setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS) in testPrintEvent_printToSocket_StructuredFailures()
201 assertEquals(ActionInProgress.FETCHING_ARTIFACTS, capturedFailure.getActionInProgress()); in testPrintEvent_printToSocket_StructuredFailures()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java624 CurrentInvocation.setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS); in invokeFetchBuild()
681 CurrentInvocation.setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS); in invokeRemoteDynamic()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DActionInProgress.java21 FETCHING_ARTIFACTS, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java303 .setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS); in testResolveDynamicFails()
DTestInvocationTest.java1157 failure.setActionInProgress(ActionInProgress.FETCHING_ARTIFACTS); in setupMockListeners()