Searched refs:RETRY_TIME_MS (Results 1 – 2 of 2) sorted by relevance
60 public static final int RETRY_TIME_MS = 3000; field in GbaManager450 mHandler.sendEmptyMessageDelayed(EVENT_BIND_SERVICE, RETRY_TIME_MS); in retryBind()
165 Thread.sleep(GbaManager.RETRY_TIME_MS + 500); in testFailAndRetryOnRequest()