Searched refs: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 DGnssLocationProvider.java411 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in class:GnssLocationProvider
1882 if (mGeofenceHardwareImpl == null) {
1883 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1886 mGeofenceHardwareImpl.reportGeofenceTransition(
1899 if (mGeofenceHardwareImpl == null) {
1900 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1906 mGeofenceHardwareImpl.reportGeofenceMonitorStatus(
1917 if (mGeofenceHardwareImpl == null) {
1918 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1920 mGeofenceHardwareImpl
[all...]

Completed in 674 milliseconds