Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java33 …tatic com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_TRANSITION_EXITED;
326 if (geofence.LastTransition != GEOFENCE_TRANSITION_EXITED) { in reportLocation()
327 geofence.LastTransition = GEOFENCE_TRANSITION_EXITED; in reportLocation()
328 if ((geofence.MonitorTransitions & GEOFENCE_TRANSITION_EXITED) != 0) { in reportLocation()
330 geofence.GeofenceId, location, GEOFENCE_TRANSITION_EXITED, in reportLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java220 int GEOFENCE_TRANSITION_EXITED = 1 << 1L; field
224 GEOFENCE_TRANSITION_EXITED, GEOFENCE_TRANSITION_UNCERTAIN})