Searched refs:mGeofenceHardwareImpl (Results 1 – 2 of 2) 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 …]
444 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssLocationProvider1772 if (mGeofenceHardwareImpl == null) {1773 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1776 mGeofenceHardwareImpl.reportGeofenceTransition(1789 if (mGeofenceHardwareImpl == null) {1790 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1796 mGeofenceHardwareImpl.reportGeofenceMonitorStatus(1807 if (mGeofenceHardwareImpl == null) {1808 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);1810 mGeofenceHardwareImpl.reportGeofenceAddStatus(geofenceId, getGeofenceStatus(status));[all …]