Home
last modified time | relevance | path

Searched refs:SendToInstrumentation (Results 1 – 11 of 11) 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/
DLogcatOnFailureCollectorTest.java19 import android.device.collectors.util.SendToInstrumentation;
112 SendToInstrumentation.INST_STATUS_IN_PROGRESS), Mockito.any()); in testLogcatOnFailure_nofailure()
138 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture()); in testLogcatOnFailure()
186 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testRetrievingLogcat()
258 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testLogcatTimespan()
344 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testMultipleIterations()
DBaseMetricListenerInstrumentedTest.java21 import android.device.collectors.util.SendToInstrumentation;
117 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
163 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
211 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
255 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
299 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
407 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
460 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
515 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
569 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
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()
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.java32 import android.device.collectors.util.SendToInstrumentation;
148 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testScreenRecord()
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;
191 SendToInstrumentation.sendBundle(getInstrumentation(), filePathBundle); in onStart()
DBaseMetricListener.java20 import android.device.collectors.util.SendToInstrumentation;
192 SendToInstrumentation.sendBundle(getInstrumentation(), in testFinished()