Searched refs:threadSleep (Results 1 – 2 of 2) sorted by relevance
112 threadSleep(DELAY_BETWEEN_SE_RETRY_ATTEMPTS_MILLIS); in openChannelWithResponse()177 threadSleep(DELAY_BETWEEN_SE_RETRY_ATTEMPTS_MILLIS); in transmit()183 private void threadSleep(long millis) { in threadSleep() method in SecureElementChannel
161 mInjector.threadSleep(durationNextSleep); in tryAddingNetwork()222 public void threadSleep(long milliseconds) throws InterruptedException { in threadSleep() method in AddWifiNetworkTask.Injector