Searched defs:mGeofences (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java46 private final SparseArray<IGeofenceHardwareCallback> mGeofences = field in class:GeofenceHardwareImpl
232 synchronized (mGeofences) {
233 mGeofences.put(geofenceId, callback);
280 synchronized (mGeofences) {
281 mGeofences.remove(geofenceId);
295 synchronized (mGeofences) {
296 if (mGeofences.get(geofenceId) == null) {
334 synchronized (mGeofences) {
335 if (mGeofences.get(geofenceId) == null) {
374 synchronized (mGeofences) {
[all...]

Completed in 241 milliseconds