Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DNtpTimeHelper.java66 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in NtpTimeHelper
140 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in retrieveAndInjectNtpTime()
DGnssVisibilityControl.java74 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssVisibilityControl
667 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in runOnHandler()
DGnssNetworkConnectivityHandler.java118 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssNetworkConnectivityHandler
413 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS);
DGnssLocationProvider.java314 private static final long WAKELOCK_TIMEOUT_MILLIS = 30 * 1000; field in GnssLocationProvider
2048 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS);
/frameworks/base/apex/jobscheduler/service/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()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1051 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in LocationManagerService.Receiver
1322 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in incrementPendingBroadcastsLocked()