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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareService.java34 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in class:GeofenceHardwareService
40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
55 mGeofenceHardwareImpl = null;
60 if (mGeofenceHardwareImpl.getAllowedResolutionLevel(pid, uid) <
61 mGeofenceHardwareImpl.getMonitoringResolutionLevel(monitoringType)) {
70 mGeofenceHardwareImpl.setGpsHardwareGeofence(service);
75 mGeofenceHardwareImpl.setFusedGeofenceHardware(service);
83 return mGeofenceHardwareImpl.getMonitoringTypes();
91 return mGeofenceHardwareImpl.getStatusOfMonitoringType(monitoringType);
102 return mGeofenceHardwareImpl
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java404 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in class:GpsLocationProvider
1687 if (mGeofenceHardwareImpl == null) {
1688 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1699 mGeofenceHardwareImpl.reportGeofenceTransition(
1714 if (mGeofenceHardwareImpl == null) {
1715 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1730 mGeofenceHardwareImpl.reportGeofenceMonitorStatus(
1741 if (mGeofenceHardwareImpl == null) {
1742 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1744 mGeofenceHardwareImpl
[all...]

Completed in 81 milliseconds