Searched refs:mGeofences (Results 1 – 2 of 2) sorted by relevance
49 private final SparseArray<IGeofenceHardwareCallback> mGeofences = field in GeofenceHardwareImpl275 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 …]
24090 Landroid/hardware/location/GeofenceHardwareImpl;->mGeofences:Landroid/util/SparseArray;