Searched refs:SendToInstrumentation (Results 1 – 12 of 12) sorted by relevance
/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/ |
D | LogFileLogger.java | 20 import android.device.collectors.util.SendToInstrumentation; 39 SendToInstrumentation.sendFile( in onTestEnd()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | FlickerServiceCachedTestCase.kt | 20 import android.device.collectors.util.SendToInstrumentation 54 SendToInstrumentation.sendBundle(instrumentation, metricBundle) in execute()
|
D | FlickerServiceDecorator.kt | 20 import android.device.collectors.util.SendToInstrumentation in <lambda>() 386 SendToInstrumentation.sendBundle(instrumentation, metricBundle) in <lambda>()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 27 public class SendToInstrumentation { class
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | LogcatCollectorTest.java | 19 import android.device.collectors.util.SendToInstrumentation; 126 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()
|
D | BaseMetricListenerInstrumentedTest.java | 21 import android.device.collectors.util.SendToInstrumentation; 137 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() [all …]
|
D | ScreenshotOnFailureCollectorTest.java | 32 import android.device.collectors.util.SendToInstrumentation; 135 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()
|
D | GcaEventLogCollectorTest.java | 24 import android.device.collectors.util.SendToInstrumentation; 106 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testGcaEventLogCollectionOnTestEnd_includeFailure() 162 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testGcaEventLogCollectOnTestEnd_skipFailure()
|
D | BatteryStatsListenerTest.java | 19 import android.device.collectors.util.SendToInstrumentation; 173 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testTestRunToBytesCollector() 219 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testTestCaseCollector()
|
D | ScreenRecordCollectorTest.java | 36 import android.device.collectors.util.SendToInstrumentation; 154 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/ |
D | FlickerServiceCachedTestCaseTest.kt | 20 import android.device.collectors.util.SendToInstrumentation 85 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in reportsPassingResultMetric() 142 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in reportsFailingResultMetric()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BaseMetricListener.java | 20 import android.device.collectors.util.SendToInstrumentation; 207 SendToInstrumentation.sendBundle(getInstrumentation(), in testFinished()
|