Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/location/
H A 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);
115 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssManagerService.java365 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssManagerService.GnssGeofenceHalModule
372 if (mGeofenceHardwareImpl == null) { in getGeofenceHardware()
373 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardware()
375 return mGeofenceHardwareImpl; in getGeofenceHardware()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21276 Landroid/hardware/location/GeofenceHardwareService;->mGeofenceHardwareImpl:Landroid/hardware/locati…