Searched refs:DEFAULT_WAIT_MS (Results 1 – 2 of 2) sorted by relevance
130 constexpr int DEFAULT_WAIT_MS = 100; in wait() local134 ALOGW("Cannot register service notification, use default wait(%d ms)", DEFAULT_WAIT_MS); in wait()135 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_MS)); in wait()
142 private static final int DEFAULT_WAIT_MS = 60 * 1000; field in PackageManagerShellCommand1325 timeoutMs = DEFAULT_WAIT_MS; in doWaitForStagedSessionRead()2739 long timeoutMs = DEFAULT_WAIT_MS;3630 pw.println(" specified it will wait for " + DEFAULT_WAIT_MS + " milliseconds."); in onHelp()