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/
DNtpNetworkTimeHelper.java65 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in NtpNetworkTimeHelper
171 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in retrieveAndInjectNtpTime()
DGnssVisibilityControl.java70 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssVisibilityControl
663 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in runOnHandler()
DGnssNetworkConnectivityHandler.java130 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssNetworkConnectivityHandler
447 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS);
DGnssLocationProvider.java241 private static final long WAKELOCK_TIMEOUT_MILLIS = 30 * 1000; field in GnssLocationProvider
1626 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in postWithWakeLockHeld()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DAnyMotionDetector.java76 private static final long WAKELOCK_TIMEOUT_MILLIS = 30000; field in AnyMotionDetector
178 mHandler.sendMessageDelayed(wakelockTimeoutMsg, WAKELOCK_TIMEOUT_MILLIS); in checkForAnyMotion()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java140 private static final long WAKELOCK_TIMEOUT_MILLIS = 5 * 1000; field in ContextHubClientBroker
1231 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in acquireWakeLock()