Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java157 private static final int STATE_LOCATING = 4; field in DeviceIdleController
168 case STATE_LOCATING: return "LOCATING"; in stateToString()
1000 } else if (mState == STATE_LOCATING) { in onAnyMotionResult()
2067 mState = STATE_LOCATING; in stepIdleStateLocked()
2095 case STATE_LOCATING: in stepIdleStateLocked()
2262 if (mState != STATE_LOCATING) { in receivedGenericLocationLocked()
2278 if (mState != STATE_LOCATING) { in receivedGpsLocationLocked()