Searched defs:geofence (Results  1 – 6 of 6) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/location/geofence/ | 
| D | GeofenceManager.java | 84         GeofenceKey(PendingIntent pendingIntent, Geofence geofence) {  in GeofenceKey()131         GeofenceRegistration(Geofence geofence, CallerIdentity identity,  in GeofenceRegistration()
 348     public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName,  in addGeofence()
 
 | 
| /frameworks/base/core/java/android/location/ | 
| D | Geofence.java | 131         Geofence geofence = (Geofence) o;  in equals()  local
 | 
| /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 | 644         GnssHalGeofence geofence = mState.mGeofences.get(geofenceId);  in resumeGeofence()  local659         GnssHalGeofence geofence = mState.mGeofences.get(geofenceId);  in pauseGeofence()  local
 
 | 
| /frameworks/base/location/java/android/location/ | 
| D | ILocationManager.aidl | 69 …void requestGeofence(in Geofence geofence, in PendingIntent intent, String packageName, String att…  in requestGeofence()
 | 
| /frameworks/base/services/core/java/com/android/server/location/ | 
| D | LocationManagerService.java | 1156     public void requestGeofence(Geofence geofence, PendingIntent intent, String packageName,  in requestGeofence()
 |