Searched refs:STATE_LOCATING (Results 1 – 2 of 2) sorted by relevance
41 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 …]
338 static final int STATE_LOCATING = 4; field in DeviceIdleController382 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()