Searched refs:mGeofenceHardwareImpl (Results 1 – 3 of 3) sorted by relevance
34 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GeofenceHardwareService40 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 …]
353 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssManagerService.GnssGeofenceHalModule360 if (mGeofenceHardwareImpl == null) { in getGeofenceHardware()361 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardware()363 return mGeofenceHardwareImpl; in getGeofenceHardware()
21276 Landroid/hardware/location/GeofenceHardwareService;->mGeofenceHardwareImpl:Landroid/hardware/locati…