Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java1196 public long LOCATING_TIMEOUT = mDefaultLocatingTimeout; field in DeviceIdleController.Constants
1453 LOCATING_TIMEOUT = mDefaultLocatingTimeout; in initDefault()
1552 LOCATING_TIMEOUT = properties.getLong( in onPropertiesChanged()
1709 TimeUtils.formatDuration(LOCATING_TIMEOUT, pw); in dump()
3799 scheduleAlarmLocked(mConstants.LOCATING_TIMEOUT); in stepIdleStateLocked()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DDeviceIdleControllerTest.java2130 + mConstants.LOCATING_TIMEOUT; in testStationaryDetection_QuickDozeOff()