/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 47 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/ |
D | BaseMetricListenerInstrumentedTest.java | 136 .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 …]
|
D | LogcatCollectorTest.java | 125 .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()
|
D | ScreenshotOnFailureCollectorTest.java | 134 .sendStatus(Mockito.eq( in testSavePngAsFile() 170 .sendStatus( in testSaveUixAsFile() 207 .sendStatus( in testNoUixWithoutOption()
|
D | GcaEventLogCollectorTest.java | 105 .sendStatus( in testGcaEventLogCollectionOnTestEnd_includeFailure() 161 .sendStatus( in testGcaEventLogCollectOnTestEnd_skipFailure()
|
D | BatteryStatsListenerTest.java | 172 .sendStatus(Mockito.eq( in testTestRunToBytesCollector() 218 .sendStatus(Mockito.eq( in testTestCaseCollector()
|
D | ScreenRecordCollectorTest.java | 153 .sendStatus( in testScreenRecord() 328 .sendStatus( in testNullMethodNameDoesNotAppearInVideoName()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | StopwatchRule.java | 61 mInstrumentation.sendStatus(INST_STATUS_IN_PROGRESS, mResult); in reportMetric()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | Utils.kt | 67 instrumentation.sendStatus(1, results) in notifyRunnerProgress()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | FlickerServiceDecoratorTest.kt | 81 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods() 90 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods() 99 .sendStatus( in sendsInstrumentationUpdatesOWhenComputingTestMethods()
|
D | FlickerServiceCachedTestCaseTest.kt | 84 .sendStatus( in reportsPassingResultMetric() 141 .sendStatus( in reportsFailingResultMetric()
|
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/ |
D | ESimUtilityInstrumentation.java | 74 sendStatus(Activity.RESULT_OK, result); in updateStart()
|
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/ |
D | WifiStrengthScannerInstrumentation.java | 102 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/ |
D | StopwatchRuleTest.java | 70 verify(instr).sendStatus(StopwatchRule.INST_STATUS_IN_PROGRESS, rule.getMetric()); in testMetricSendToInstr()
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/ |
D | ScubaExportStrategy.kt | 107 InstrumentationRegistry.getInstrumentation().sendStatus(bundleStatusInProgress, report) in reportResult()
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | DeviceHelpers.kt | 354 instrumentationRegistry.sendStatus(/* resultCode= */ 0, result) in printInstrumentationStatus()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | CommonUtils.java | 83 InstrumentationRegistry.getInstrumentation().sendStatus(0, streamResult); in println()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 250 getInstrumentation().sendStatus(0, mResult); in testAppLaunchPerformance()
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | AppTransitionTests.java | 162 getInstrumentation().sendStatus(0, mResult); in tearDown()
|