Home
last modified time | relevance | path

Searched refs:WAKELOCK_TIMEOUT_MILLIS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DNtpTimeHelper.java49 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in NtpTimeHelper
123 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in retrieveAndInjectNtpTime()
DGnssNetworkConnectivityHandler.java102 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssNetworkConnectivityHandler
306 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS);
DGnssVisibilityControl.java71 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssVisibilityControl
667 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in runOnHandler()
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java72 private static final long WAKELOCK_TIMEOUT_MILLIS = 30000; field in AnyMotionDetector
165 mHandler.sendMessageDelayed(wakelockTimeoutMsg, WAKELOCK_TIMEOUT_MILLIS); in checkForAnyMotion()
DLocationManagerService.java1355 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in LocationManagerService.Receiver
1644 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in incrementPendingBroadcastsLocked()