Searched refs:SendToInstrumentation (Results 1 – 11 of 11) 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/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 | LogcatOnFailureCollectorTest.java | 19 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()
|
D | BaseMetricListenerInstrumentedTest.java | 21 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());
|
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 | 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 | 32 import android.device.collectors.util.SendToInstrumentation; 148 Mockito.eq(SendToInstrumentation.INST_STATUS_IN_PROGRESS), in testScreenRecord()
|
D | ScheduledRunCollectionListenerTest.java | 28 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/ |
D | SimCardUtil.java | 20 import android.device.collectors.util.SendToInstrumentation; 106 SendToInstrumentation.sendBundle(instrumentation, returnBundle); in getSimCardInformation()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | ScheduledRunCollectionListener.java | 18 import android.device.collectors.util.SendToInstrumentation; 191 SendToInstrumentation.sendBundle(getInstrumentation(), filePathBundle); in onStart()
|
D | BaseMetricListener.java | 20 import android.device.collectors.util.SendToInstrumentation; 192 SendToInstrumentation.sendBundle(getInstrumentation(), in testFinished()
|