Home
last modified time | relevance | path

Searched refs:createOutputReceiver (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceStateMonitorTest.java170 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShellAvailable()
197 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShell_becomeAvailable()
238 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShell_timeout()
343 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPmResponsive()
371 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPm_becomeResponsive()
413 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPm_timeout()
460 protected CollectingOutputReceiver createOutputReceiver() { in testgetMountPoint_nonCached()
486 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount()
522 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount_PermDenied()
558 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount_becomeAvailable()
[all …]
DManagedTestDeviceFactoryTest.java109 protected CollectingOutputReceiver createOutputReceiver() { in testFrameworkAvailable()
138 protected CollectingOutputReceiver createOutputReceiver() { in testFrameworkNotAvailable()
167 protected CollectingOutputReceiver createOutputReceiver() { in testCheckFramework_emptyReturns()
DDeviceManagerTest.java185 protected CollectingOutputReceiver createOutputReceiver() { in setUp()
1012 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unavailable()
1077 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unknown()
1142 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unknown_subName()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java167 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForDeviceShell()
282 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForStoreMount()
343 CollectingOutputReceiver receiver = createOutputReceiver(); in getMountPoint()
528 protected CollectingOutputReceiver createOutputReceiver() { in createOutputReceiver() method in NativeDeviceStateMonitor
DManagedTestDeviceFactory.java147 CollectingOutputReceiver receiver = createOutputReceiver(); in checkFrameworkSupport()
201 protected CollectingOutputReceiver createOutputReceiver() { in createOutputReceiver() method in ManagedTestDeviceFactory
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive()