HomeSort by relevance Sort by last modified time
    Searched refs:mGeofenceHardwareImpl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java 34 private GeofenceHardwareImpl mGeofenceHardwareImpl;
40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
55 mGeofenceHardwareImpl = null;
60 if (mGeofenceHardwareImpl.getAllowedResolutionLevel(pid, uid) <
61 mGeofenceHardwareImpl.getMonitoringResolutionLevel(monitoringType)) {
69 mGeofenceHardwareImpl.setGpsHardwareGeofence(service);
73 mGeofenceHardwareImpl.setFusedGeofenceHardware(service);
80 return mGeofenceHardwareImpl.getMonitoringTypes();
87 return mGeofenceHardwareImpl.getStatusOfMonitoringType(monitoringType);
95 return mGeofenceHardwareImpl.addCircularFence(id, monitoringType, lat, longitude
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 337 private GeofenceHardwareImpl mGeofenceHardwareImpl;
    [all...]

Completed in 53 milliseconds