Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIManagedTestDevice.java123 public IDeviceStateMonitor getMonitor(); in getMonitor() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/connection/
DAdbSshConnectionTest.java110 when(mMockDevice.getMonitor()).thenReturn(mMockMonitor); in setUp()
686 when(mMockDevice.getMonitor()).thenReturn(mMockMonitor); in testVerifyKernel_rightKernel()
720 when(mMockDevice.getMonitor()).thenReturn(mMockMonitor); in testVerifyKernel_wrongKernel()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java463 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()
686 d.getMonitor().waitForDeviceBootloaderStateUpdate(); in forceAllocateDevice()
963 tcpDevice.getMonitor().waitForDeviceBootloaderStateUpdate(); in connectToTcpDevice()
DNativeDevice.java4758 public IDeviceStateMonitor getMonitor() { in getMonitor() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DAdbSshConnection.java164 .getMonitor() in initializeConnection()
611 ((IManagedTestDevice) getDevice()).getMonitor().waitForDeviceAvailable(); in powerwashGce()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java190 when(mMockTestDevice.getMonitor()).thenReturn(mMockStateMonitor); in setUp()