Searched refs:RETRY_SLEEP (Results 1 – 2 of 2) sorted by relevance
54 RETRY_SLEEP = 3 variable152 time.sleep(RETRY_SLEEP*2) # wait to check if download is complete343 time.sleep(RETRY_SLEEP*2)345 time.sleep(RETRY_SLEEP) # wait before retry
72 private static final int RETRY_SLEEP = 2 * 1000; // 2s sleep between retries field in FastbootDeviceFlasher973 getRunUtil().sleep(RETRY_SLEEP * (attempts - 1) in getImageVersion()974 + new Random(System.currentTimeMillis()).nextInt(RETRY_SLEEP)); in getImageVersion()