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);83 return mGeofenceHardwareImpl.getMonitoringTypes();91 return mGeofenceHardwareImpl.getStatusOfMonitoringType(monitoringType);102 return mGeofenceHardwareImpl.addCircularFence(monitoringType, request, callback);[all …]
439 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssLocationProvider1758 if (mGeofenceHardwareImpl == null) {1759 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1762 mGeofenceHardwareImpl.reportGeofenceTransition(1775 if (mGeofenceHardwareImpl == null) {1776 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1782 mGeofenceHardwareImpl.reportGeofenceMonitorStatus(1793 if (mGeofenceHardwareImpl == null) {1794 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1796 mGeofenceHardwareImpl.reportGeofenceAddStatus(geofenceId, getGeofenceStatus(status));[all …]
24163 Landroid/hardware/location/GeofenceHardwareService;->mGeofenceHardwareImpl:Landroid/hardware/locati…