Home
last modified time | relevance | path

Searched refs:SendToInstrumentation (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
DLogFileLogger.java20 import android.device.collectors.util.SendToInstrumentation;
39 SendToInstrumentation.sendFile( in onTestEnd()
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceCachedTestCase.kt20 import android.device.collectors.util.SendToInstrumentation
54 SendToInstrumentation.sendBundle(instrumentation, metricBundle) in execute()
DFlickerServiceDecorator.kt20 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/
DSendToInstrumentation.java27 public class SendToInstrumentation { class
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DLogcatCollectorTest.java19 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()
DBaseMetricListenerInstrumentedTest.java21 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 …]
DScreenshotOnFailureCollectorTest.java32 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()
DGcaEventLogCollectorTest.java24 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()
DBatteryStatsListenerTest.java19 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()
DScreenRecordCollectorTest.java36 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/
DFlickerServiceCachedTestCaseTest.kt20 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/
DBaseMetricListener.java20 import android.device.collectors.util.SendToInstrumentation;
207 SendToInstrumentation.sendBundle(getInstrumentation(), in testFinished()