Searched refs:getMonitor (Results 1 – 5 of 5) sorted by relevance
448 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()638 d.getMonitor().waitForDeviceBootloaderStateUpdate(); in forceAllocateDevice()861 tcpDevice.getMonitor().waitForDeviceBootloaderStateUpdate(); in connectToTcpDevice()
3993 public IDeviceStateMonitor getMonitor() { in getMonitor() method in NativeDevice
122 public IDeviceStateMonitor getMonitor(); in getMonitor() method
119 if (getMonitor().waitForDeviceAvailable(remainingTime / WAIT_TIME_DIVISION) in preInvocationSetup()
225 EasyMock.expect(mMockTestDevice.getMonitor()).andStubReturn(mMockStateMonitor); in setUp()