Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java32 …atic com.android.server.location.gnss.hal.GnssNative.GeofenceCallbacks.GEOFENCE_TRANSITION_ENTERED;
335 if (geofence.LastTransition != GEOFENCE_TRANSITION_ENTERED) { in reportLocation()
336 geofence.LastTransition = GEOFENCE_TRANSITION_ENTERED; in reportLocation()
337 if ((geofence.MonitorTransitions & GEOFENCE_TRANSITION_ENTERED) != 0) { in reportLocation()
339 geofence.GeofenceId, location, GEOFENCE_TRANSITION_ENTERED, in reportLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java219 int GEOFENCE_TRANSITION_ENTERED = 1 << 0L; field
223 @IntDef(prefix = "GEOFENCE_TRANSITION_", value = {GEOFENCE_TRANSITION_ENTERED,