Home
last modified time | relevance | path

Searched defs:geofence (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceKey.java34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
DGeofenceManager.java95 protected GeofenceRegistration(Geofence geofence, CallerIdentity identity, in GeofenceRegistration()
295 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence()
/frameworks/base/location/java/android/location/
DGeofence.java131 Geofence geofence = (Geofence) o; in equals() local
DILocationManager.aidl67 …void requestGeofence(in Geofence geofence, in PendingIntent intent, String packageName, String att… in requestGeofence()
/frameworks/base/services/core/java/com/android/server/location/injector/
DLocationUsageLogger.java54 boolean hasIntent, Geofence geofence, boolean foreground) { in logLocationApiUsage()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java610 GnssHalGeofence geofence = mState.mGeofences.get(geofenceId); in resumeGeofence() local
625 GnssHalGeofence geofence = mState.mGeofences.get(geofenceId); in pauseGeofence() local
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java988 public void requestGeofence(Geofence geofence, PendingIntent intent, String packageName, in requestGeofence()