Searched refs:waitTime (Results 1 – 14 of 14) sorted by relevance
64 public boolean waitForBootComplete(final long waitTime); in waitForBootComplete() argument72 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() argument82 public IDevice waitForDeviceAvailable(final long waitTime); in waitForDeviceAvailable() argument102 public boolean waitForDeviceBootloader(long waitTime); in waitForDeviceBootloader() argument111 public boolean waitForDeviceFastbootd(String fastbootPath, long waitTime); in waitForDeviceFastbootd() argument125 public boolean waitForDeviceNotAvailable(long waitTime); in waitForDeviceNotAvailable() argument133 public boolean waitForDeviceInRecovery(long waitTime); in waitForDeviceInRecovery() argument141 public boolean waitForDeviceInSideload(long waitTime); in waitForDeviceInSideload() argument
1136 public void waitForDeviceAvailable(final long waitTime) throws DeviceNotAvailableException; in waitForDeviceAvailable() argument1156 public void waitForDeviceOnline(final long waitTime) throws DeviceNotAvailableException; in waitForDeviceOnline() argument1176 public boolean waitForDeviceNotAvailable(final long waitTime); in waitForDeviceNotAvailable() argument1186 public boolean waitForDeviceInRecovery(final long waitTime); in waitForDeviceInRecovery() argument1195 public boolean waitForDeviceInSideload(final long waitTime); in waitForDeviceInSideload() argument1203 public boolean waitForDeviceShell(final long waitTime); in waitForDeviceShell() argument
101 public IDevice waitForDeviceOnline(long waitTime) { in waitForDeviceOnline() argument102 if (waitForDeviceState(TestDeviceState.ONLINE, waitTime)) { in waitForDeviceOnline()145 public boolean waitForDeviceNotAvailable(long waitTime) { in waitForDeviceNotAvailable() argument150 boolean result = waitForDeviceState(TestDeviceState.NOT_AVAILABLE, waitTime); in waitForDeviceNotAvailable()161 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() argument162 return waitForDeviceState(TestDeviceState.RECOVERY, waitTime); in waitForDeviceInRecovery()167 public boolean waitForDeviceInSideload(long waitTime) { in waitForDeviceInSideload() argument168 return waitForDeviceState(TestDeviceState.SIDELOAD, waitTime); in waitForDeviceInSideload()175 public boolean waitForDeviceShell(final long waitTime) { in waitForDeviceShell() argument176 CLog.i("Waiting %d ms for device %s shell to be responsive", waitTime, in waitForDeviceShell()[all …]
44 protected boolean waitForPmResponsive(final long waitTime) { in waitForPmResponsive() argument46 waitTime, getSerialNumber()); in waitForPmResponsive()49 while (System.currentTimeMillis() - startTime < waitTime) { in waitForPmResponsive()79 protected boolean postOnlineCheck(final long waitTime) { in postOnlineCheck() argument81 if (!waitForPmResponsive(waitTime)) { in postOnlineCheck()85 return super.postOnlineCheck(waitTime - elapsedTime); in postOnlineCheck()
244 public void waitForAdbConnect(final long waitTime) throws DeviceNotAvailableException { in waitForAdbConnect() argument245 CLog.i("Waiting %d ms for adb connection.", waitTime); in waitForAdbConnect()247 while (System.currentTimeMillis() - startTime < waitTime) { in waitForAdbConnect()255 String.format("No adb connection after %sms.", waitTime), in waitForAdbConnect()
2650 int waitTime = 0; in connectToWifiNetwork() local2685 waitTime = rnd.nextInt(backoffSlotCount) * slotTime; in connectToWifiNetwork()2688 CLog.e("Waiting for %d ms before reconnecting to %s...", waitTime, wifiSsid); in connectToWifiNetwork()2689 getRunUtil().sleep(waitTime); in connectToWifiNetwork()3599 public void waitForDeviceOnline(long waitTime) throws DeviceNotAvailableException { in waitForDeviceOnline() argument3600 if (mStateMonitor.waitForDeviceOnline(waitTime) == null) { in waitForDeviceOnline()3619 public void waitForDeviceAvailable(long waitTime) throws DeviceNotAvailableException { in waitForDeviceAvailable() argument3620 if (mStateMonitor.waitForDeviceAvailable(waitTime) == null) { in waitForDeviceAvailable()3639 public boolean waitForDeviceNotAvailable(long waitTime) { in waitForDeviceNotAvailable() argument3640 return mStateMonitor.waitForDeviceNotAvailable(waitTime); in waitForDeviceNotAvailable()[all …]
104 void setWaitTime(long waitTime) { in setWaitTime() argument105 mWaitTime = waitTime; in setWaitTime()
44 protected boolean postOnlineCheck(final long waitTime) { in postOnlineCheck() argument46 if (!super.postOnlineCheck(waitTime)) { in postOnlineCheck()52 return nestedWaitForDeviceOnline(waitTime - elapsedTime); in postOnlineCheck()
311 protected void waitForTunnelOnline(final long waitTime) throws DeviceNotAvailableException { in waitForTunnelOnline() argument312 CLog.i("Waiting %d ms for tunnel to be restarted", waitTime); in waitForTunnelOnline()314 while (getCurrentTime() - startTime < waitTime) { in waitForTunnelOnline()326 String.format("Tunnel did not come back online after %sms", waitTime), in waitForTunnelOnline()
704 public IDevice waitForDeviceOnline(long waitTime) { in testWaitForDeviceAvailable()708 public boolean waitForBootComplete(long waitTime) { in testWaitForDeviceAvailable()712 protected boolean waitForPmResponsive(long waitTime) { in testWaitForDeviceAvailable()716 protected boolean waitForStoreMount(long waitTime) { in testWaitForDeviceAvailable()733 public IDevice waitForDeviceOnline(long waitTime) { in testWaitForDeviceAvailable_notOnline()751 public IDevice waitForDeviceOnline(long waitTime) { in testWaitForDeviceAvailable_notBootComplete()755 public boolean waitForBootComplete(long waitTime) { in testWaitForDeviceAvailable_notBootComplete()772 public IDevice waitForDeviceOnline(long waitTime) { in testWaitForDeviceAvailable_pmNotResponsive()776 public boolean waitForBootComplete(long waitTime) { in testWaitForDeviceAvailable_pmNotResponsive()780 protected boolean waitForPmResponsive(long waitTime) { in testWaitForDeviceAvailable_pmNotResponsive()[all …]
94 public boolean waitForDeviceShell(long waitTime) { in setNumDevicesCustomRealNoRecovery()
181 long waitTime = millis + mExtraWaitTimeForEvents; in joinReceiver() local184 TimeUtil.formatElapsedTime(waitTime)); in joinReceiver()185 if (!mEventReceiver.getCountDown().await(waitTime, TimeUnit.MILLISECONDS)) { in joinReceiver()
233 public void setDeviceWaitTime(int waitTime) { in setDeviceWaitTime() argument234 mDeviceWaitTimeSecs = waitTime; in setDeviceWaitTime()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...