Home
last modified time | relevance | path

Searched refs:sendStatus (Results 1 – 19 of 19) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
DSendToInstrumentation.java47 sendStatus(INST_STATUS_IN_PROGRESS, instru, b); in sendFile()
57 sendStatus(INST_STATUS_IN_PROGRESS, instru, bundle); in sendBundle()
63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus() method in SendToInstrumentation
64 instrumentation.sendStatus(code, bundle); in sendStatus()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DBaseMetricListenerInstrumentedTest.java136 .sendStatus(Mockito.eq( in testReportMetrics()
182 .sendStatus(Mockito.eq( in testReportMetrics_withIncludeFilters()
230 .sendStatus(Mockito.eq( in testReportMetrics_withIncludeFilters_multiGroup()
274 .sendStatus(Mockito.eq( in testReportMetrics_withExcludeFilters()
318 .sendStatus(Mockito.eq( in testReportMetrics_withBothFilters()
349 .sendStatus(Mockito.anyInt(), Mockito.any()); in testAdditionalArgs()
564 .sendStatus(Mockito.eq( in testReportMetricsSameMethodName()
617 .sendStatus(Mockito.eq( in testSameMethodNameWithValidIntervalOption()
672 .sendStatus(Mockito.eq( in testSameMethodNameWithSkipIterationOption()
726 .sendStatus(Mockito.eq( in testSameMethodNameWithInvalidIntervalNumber()
[all …]
DLogcatCollectorTest.java125 .sendStatus(Mockito.eq( in testLogcatCollectionOnEveryTestEnd()
197 .sendStatus(Mockito.eq( in testLogcatCollectionWithBeforeDuration()
246 .sendStatus(Mockito.eq( in testLogcatCollectionWithDirectoryOption()
281 .sendStatus(Mockito.eq( in testLogcatOnlyOnTestFailureOption()
327 .sendStatus( in testRetrievingLogcat()
397 .sendStatus( in testLogcatTimespan()
483 .sendStatus( in testMultipleIterations()
DScreenshotOnFailureCollectorTest.java134 .sendStatus(Mockito.eq( in testSavePngAsFile()
170 .sendStatus( in testSaveUixAsFile()
207 .sendStatus( in testNoUixWithoutOption()
DGcaEventLogCollectorTest.java105 .sendStatus( in testGcaEventLogCollectionOnTestEnd_includeFailure()
161 .sendStatus( in testGcaEventLogCollectOnTestEnd_skipFailure()
DBatteryStatsListenerTest.java172 .sendStatus(Mockito.eq( in testTestRunToBytesCollector()
218 .sendStatus(Mockito.eq( in testTestCaseCollector()
DScreenRecordCollectorTest.java153 .sendStatus( in testScreenRecord()
328 .sendStatus( in testNullMethodNameDoesNotAppearInVideoName()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DStopwatchRule.java61 mInstrumentation.sendStatus(INST_STATUS_IN_PROGRESS, mResult); in reportMetric()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DUtils.kt67 instrumentation.sendStatus(1, results) in notifyRunnerProgress()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt81 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods()
90 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods()
99 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods()
DFlickerServiceCachedTestCaseTest.kt84 .sendStatus( in reportsPassingResultMetric()
141 .sendStatus( in reportsFailingResultMetric()
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/
DESimUtilityInstrumentation.java74 sendStatus(Activity.RESULT_OK, result); in updateStart()
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java102 sendStatus(Activity.RESULT_OK, bundle); in onStart()
129 sendStatus(Activity.RESULT_CANCELED, result); in sendFailureStatus()
/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()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt107 InstrumentationRegistry.getInstrumentation().sendStatus(bundleStatusInProgress, report) in reportResult()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt354 instrumentationRegistry.sendStatus(/* resultCode= */ 0, result) in printInstrumentationStatus()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java83 InstrumentationRegistry.getInstrumentation().sendStatus(0, streamResult); in println()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java250 getInstrumentation().sendStatus(0, mResult); in testAppLaunchPerformance()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java162 getInstrumentation().sendStatus(0, mResult); in tearDown()