Searched refs:getMonitor (Results 1 – 5 of 5) sorted by relevance
116 public IDeviceStateMonitor getMonitor(); in getMonitor() method
386 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()
3414 public IDeviceStateMonitor getMonitor() { in getMonitor() method in NativeDevice
59 if (((IManagedTestDevice) getDevice()).getMonitor().waitForDeviceOnline() in run()
213 EasyMock.expect(mMockTestDevice.getMonitor()).andStubReturn(mMockStateMonitor); in setUp()