Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceStateMonitorTest.java196 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShellAvailable()
229 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShell_becomeAvailable()
277 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForShell_timeout()
428 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPmResponsive()
459 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPm_becomeResponsive()
503 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForPm_timeout()
547 protected CollectingOutputReceiver createOutputReceiver() { in testgetMountPoint_nonCached()
570 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount()
608 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount_permDenied()
662 protected CollectingOutputReceiver createOutputReceiver() { in testWaitForStoreMount_becomeAvailable()
[all …]
DDeviceManagerTest.java153 protected CollectingOutputReceiver createOutputReceiver() { in setUp()
914 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unavailable()
972 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_recovery()
1034 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unknown()
1096 protected CollectingOutputReceiver createOutputReceiver() { in testFreeDevice_unknown_subName()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java219 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForDeviceShell()
394 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForStoreMount()
477 CollectingOutputReceiver receiver = createOutputReceiver(); in getMountPoint()
684 protected CollectingOutputReceiver createOutputReceiver() { in createOutputReceiver() method in NativeDeviceStateMonitor
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive()
DManagedTestDeviceFactory.java184 protected CollectingOutputReceiver createOutputReceiver() { in createOutputReceiver() method in ManagedTestDeviceFactory