HomeSort by relevance Sort by last modified time
    Searched full:mgeofences (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 46 private final SparseArray<IGeofenceHardwareCallback> mGeofences =
234 synchronized (mGeofences) {
235 mGeofences.put(geofenceId, callback);
277 synchronized (mGeofences) {
278 mGeofences.remove(geofenceId);
292 synchronized (mGeofences) {
293 if (mGeofences.get(geofenceId) == null) {
331 synchronized (mGeofences) {
332 if (mGeofences.get(geofenceId) == null) {
371 synchronized (mGeofences) {
    [all...]

Completed in 94 milliseconds