Searched refs:waitForDeviceShell (Results 1 – 15 of 15) sorted by relevance
937 EasyMock.expect(mMockStateMonitor.waitForDeviceShell(EasyMock.anyLong())).andReturn( in setCheckAvailableDeviceExpectations()989 EasyMock.expect(mMockStateMonitor.waitForDeviceShell(EasyMock.anyLong())) in testFreeDevice_unavailable()1050 EasyMock.expect(mMockStateMonitor.waitForDeviceShell(EasyMock.anyLong())) in testFreeDevice_recovery()1114 EasyMock.expect(mMockStateMonitor.waitForDeviceShell(EasyMock.anyLong())) in testFreeDevice_unknown()1179 EasyMock.expect(mMockStateMonitor.waitForDeviceShell(EasyMock.anyLong())) in testFreeDevice_unknown_subName()
82 EasyMock.expect(mMockMonitor.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testRecoverDevice_success()223 EasyMock.expect(mMockMonitor.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testRecoverDevice_unresponsive()255 EasyMock.expect(mMockMonitor.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testRecoverDevice_fastboot()
180 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForShellAvailable()221 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_NOT_REACHED_MS); in testWaitForShell_becomeAvailable()252 boolean res = mMonitor.waitForDeviceShell(WAIT_TIMEOUT_REACHED_MS); in testWaitForShell_timeout()
73 EasyMock.expect(mockDevice.waitForDeviceShell(EasyMock.anyLong())) in setNumDevicesInternal()94 public boolean waitForDeviceShell(long waitTime) { in setNumDevicesCustomRealNoRecovery()
60 EasyMock.expect(mMockDevice.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testGetBuild()82 EasyMock.expect(mMockDevice.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testGetBuild_add_extra_file()
364 EasyMock.expect(mockDevice.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testExecCommand()1277 EasyMock.expect(mockDevice.waitForDeviceShell(EasyMock.anyLong())).andReturn(true); in testExecCommand_versioning()
72 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() method
1203 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() method
109 if (!device.waitForDeviceShell(mShellAvailableTimeout * 1000)) { in getBuild()
154 if (!monitor.waitForDeviceShell(mShellWaitTime)) { in recoverDevice()
176 public boolean waitForDeviceShell(final long waitTime) { in waitForDeviceShell() method in NativeDeviceStateMonitor
4001 public boolean waitForDeviceShell(long waitTime) { in waitForDeviceShell() method in NativeDevice4002 return mStateMonitor.waitForDeviceShell(waitTime); in waitForDeviceShell()
448 if (testDevice.getMonitor().waitForDeviceShell(CHECK_WAIT_DEVICE_AVAIL_MS)) { in checkAndAddAvailableDevice()
821 } else if (!device.waitForDeviceShell(30000)) { in createReleaseMap()
2145 EasyMock.expect(mMockDevice.waitForDeviceShell(30000L)).andReturn(true); in setEarlyDeviceReleaseExpectation()