Home
last modified time | relevance | path

Searched refs:DEFAULT_WAIT_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDeviceUtils.cpp130 constexpr int DEFAULT_WAIT_MS = 100; in wait() local
134 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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java142 private static final int DEFAULT_WAIT_MS = 60 * 1000; field in PackageManagerShellCommand
1325 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()