Home
last modified time | relevance | path

Searched refs:mGeofenceHardwareImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java34 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GeofenceHardwareService
40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in onCreate()
55 mGeofenceHardwareImpl = null; in onDestroy()
60 if (mGeofenceHardwareImpl.getAllowedResolutionLevel(pid, uid) < in checkPermission()
61 mGeofenceHardwareImpl.getMonitoringResolutionLevel(monitoringType)) { in checkPermission()
70 mGeofenceHardwareImpl.setGpsHardwareGeofence(service);
75 mGeofenceHardwareImpl.setFusedGeofenceHardware(service);
84 return mGeofenceHardwareImpl.getMonitoringTypes();
93 return mGeofenceHardwareImpl.getStatusOfMonitoringType(monitoringType);
105 return mGeofenceHardwareImpl.addCircularFence(monitoringType, request, callback);
[all …]
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssManagerService.java353 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssManagerService.GnssGeofenceHalModule
360 if (mGeofenceHardwareImpl == null) { in getGeofenceHardware()
361 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardware()
363 return mGeofenceHardwareImpl; in getGeofenceHardware()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21276 Landroid/hardware/location/GeofenceHardwareService;->mGeofenceHardwareImpl:Landroid/hardware/locati…