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.java41 import static com.android.server.DeviceIdleController.STATE_LOCATING;
587 enterDeepState(STATE_LOCATING); in testTransitionFromAnyStateToStateQuickDozeDelay()
662 enterDeepState(STATE_LOCATING); in testStepIdleStateLocked_ValidStates_WithWakeFromIdleAlarmSoon()
778 verifyStateConditions(STATE_LOCATING); in testStepIdleStateLocked_ValidStates_WithLocationManager_WithProviders()
975 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_noActiveOps()
977 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_noActiveOps()
1018 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeJobs()
1020 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeJobs()
1059 enterDeepState(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeAlarms()
1061 verifyStateConditions(STATE_LOCATING); in testExitMaintenanceEarlyIfNeededLocked_deep_activeAlarms()
[all …]
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java338 static final int STATE_LOCATING = 4; field in DeviceIdleController
382 case STATE_LOCATING: return "LOCATING"; in stateToString()
1376 } else if (mState == STATE_LOCATING) { in onAnyMotionResult()
3123 moveToStateLocked(STATE_LOCATING, reason); in stepIdleStateLocked()
3150 case STATE_LOCATING: in stepIdleStateLocked()
3470 if (mState != STATE_LOCATING) { in receivedGenericLocationLocked()
3486 if (mState != STATE_LOCATING) { in receivedGpsLocationLocked()