Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DNtpNetworkTimeHelper.java65 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in NtpNetworkTimeHelper
171 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in retrieveAndInjectNtpTime()
H A DGnssVisibilityControl.java70 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssVisibilityControl
663 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in runOnHandler()
H A DGnssNetworkConnectivityHandler.java121 private static final long WAKELOCK_TIMEOUT_MILLIS = 60 * 1000; field in GnssNetworkConnectivityHandler
430 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS);
H A DGnssLocationProvider.java241 private static final long WAKELOCK_TIMEOUT_MILLIS = 30 * 1000; field in GnssLocationProvider
1669 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in postWithWakeLockHeld()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAnyMotionDetector.java76 private static final long WAKELOCK_TIMEOUT_MILLIS = 30000; field in AnyMotionDetector
178 mHandler.sendMessageDelayed(wakelockTimeoutMsg, WAKELOCK_TIMEOUT_MILLIS); in checkForAnyMotion()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientBroker.java136 private static final long WAKELOCK_TIMEOUT_MILLIS = 5 * 1000; field in ContextHubClientBroker
1108 mWakeLock.acquire(WAKELOCK_TIMEOUT_MILLIS); in acquireWakeLock()