Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java114 private static final int STATE_INSIDE = 1; field in GeofenceManager.GeofenceRegistration
241 mGeofenceState = STATE_INSIDE; in onLocationChanged()
242 if (oldState != STATE_INSIDE) { in onLocationChanged()
247 if (oldState == STATE_INSIDE) { in onLocationChanged()