Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java49 private final SparseArray<IGeofenceHardwareCallback> mGeofences = field in GeofenceHardwareImpl
275 synchronized (mGeofences) { in addCircularFence()
276 mGeofences.put(geofenceId, callback); in addCircularFence()
318 synchronized (mGeofences) { in addCircularFence()
319 mGeofences.remove(geofenceId); in addCircularFence()
333 synchronized (mGeofences) { in removeGeofence()
334 if (mGeofences.get(geofenceId) == null) { in removeGeofence()
372 synchronized (mGeofences) { in pauseGeofence()
373 if (mGeofences.get(geofenceId) == null) { in pauseGeofence()
412 synchronized (mGeofences) { in resumeGeofence()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24090 Landroid/hardware/location/GeofenceHardwareImpl;->mGeofences:Landroid/util/SparseArray;