Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
DSendToInstrumentation.java33 public static final int INST_STATUS_IN_PROGRESS = 2; field in SendToInstrumentation
47 sendStatus(INST_STATUS_IN_PROGRESS, instru, b); in sendFile()
57 sendStatus(INST_STATUS_IN_PROGRESS, instru, bundle); in sendBundle()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DStopwatchRule.java42 @VisibleForTesting static final int INST_STATUS_IN_PROGRESS = 2; field in StopwatchRule
61 mInstrumentation.sendStatus(INST_STATUS_IN_PROGRESS, mResult); in reportMetric()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DLogcatCollectorTest.java126 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testLogcatCollectionOnEveryTestEnd()
198 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testLogcatCollectionWithBeforeDuration()
247 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testLogcatCollectionWithDirectoryOption()
282 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testLogcatOnlyOnTestFailureOption()
328 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testRetrievingLogcat()
398 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testLogcatTimespan()
484 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testMultipleIterations()
DBaseMetricListenerInstrumentedTest.java137 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics()
183 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withIncludeFilters()
231 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withIncludeFilters_multiGroup()
275 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withExcludeFilters()
319 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withBothFilters()
565 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetricsSameMethodName()
618 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSameMethodNameWithValidIntervalOption()
673 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSameMethodNameWithSkipIterationOption()
727 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSameMethodNameWithInvalidIntervalNumber()
773 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testReportAsInstrumentationResultsIfEnabled()
DScreenshotOnFailureCollectorTest.java135 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSavePngAsFile()
171 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testSaveUixAsFile()
208 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testNoUixWithoutOption()
DGcaEventLogCollectorTest.java106 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testGcaEventLogCollectionOnTestEnd_includeFailure()
162 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testGcaEventLogCollectOnTestEnd_skipFailure()
DBatteryStatsListenerTest.java173 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testTestRunToBytesCollector()
219 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testTestCaseCollector()
DScreenRecordCollectorTest.java154 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testScreenRecord()
329 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testNullMethodNameDoesNotAppearInVideoName()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceCachedTestCaseTest.kt85 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in reportsPassingResultMetric()
142 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in reportsFailingResultMetric()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DStopwatchRuleTest.java70 verify(instr).sendStatus(StopwatchRule.INST_STATUS_IN_PROGRESS, rule.getMetric()); in testMetricSendToInstr()