Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java39 import static com.android.server.DeviceIdleController.STATE_LOCATING;
535 enterDeepState(STATE_LOCATING); in testTransitionFromAnyStateToStateQuickDozeDelay()
610 enterDeepState(STATE_LOCATING); in testStepIdleStateLocked_ValidStates_WithWakeFromIdleAlarmSoon()
726 verifyStateConditions(STATE_LOCATING); in testStepIdleStateLocked_ValidStates_WithLocationManager_WithProviders()
923 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_noActiveOps()
925 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_noActiveOps()
966 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeJobs()
968 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeJobs()
1007 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeAlarms()
1009 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeAlarms()
[all …]
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java333 static final int STATE_LOCATING = 4; field in DeviceIdleController
377 case STATE_LOCATING: return "LOCATING"; in stateToString()
1285 } else if (mState == STATE_LOCATING) { in onAnyMotionResult()
2958 moveToStateLocked(STATE_LOCATING, reason); in stepIdleStateLocked()
2985 case STATE_LOCATING: in stepIdleStateLocked()
3289 if (mState != STATE_LOCATING) { in receivedGenericLocationLocked()
3305 if (mState != STATE_LOCATING) { in receivedGpsLocationLocked()