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/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;
136 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics()
182 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withIncludeFilters()
230 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withIncludeFilters_multiGroup()
274 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withExcludeFilters()
318 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetrics_withBothFilters()
547 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testReportMetricsSameMethodName()
600 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSameMethodNameWithValidIntervalOption()
655 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testSameMethodNameWithSkipIterationOption()
709 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()
DScheduledRunCollectionListenerTest.java28 import android.device.collectors.util.SendToInstrumentation;
184 .sendStatus(eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), bundle.capture()); in testRun()
/platform_testing/libraries/telephony-utility/src/android/telephony/utility/
DSimCardUtil.java20 import android.device.collectors.util.SendToInstrumentation;
106 SendToInstrumentation.sendBundle(instrumentation, returnBundle); in getSimCardInformation()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScheduledRunCollectionListener.java18 import android.device.collectors.util.SendToInstrumentation;
190 SendToInstrumentation.sendBundle(getInstrumentation(), filePathBundle); in onStart()
DBaseMetricListener.java20 import android.device.collectors.util.SendToInstrumentation;
200 SendToInstrumentation.sendBundle(getInstrumentation(), in testFinished()