Searched defs:geofence (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/geofence/ |
D | GeofenceKey.java | 34 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
|
D | GeofenceManager.java | 95 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/ |
D | Geofence.java | 131 Geofence geofence = (Geofence) o; in equals() local
|
D | ILocationManager.aidl | 67 …void requestGeofence(in Geofence geofence, in PendingIntent intent, String packageName, String att… in requestGeofence()
|
/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | LocationUsageLogger.java | 54 boolean hasIntent, Geofence geofence, boolean foreground) { in logLocationApiUsage()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 610 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/ |
D | LocationManagerService.java | 988 public void requestGeofence(Geofence geofence, PendingIntent intent, String packageName, in requestGeofence()
|