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);115 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);[all …]
365 private GeofenceHardwareImpl mGeofenceHardwareImpl; field in GnssManagerService.GnssGeofenceHalModule372 if (mGeofenceHardwareImpl == null) { in getGeofenceHardware()373 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardware()375 return mGeofenceHardwareImpl; in getGeofenceHardware()
21276 Landroid/hardware/location/GeofenceHardwareService;->mGeofenceHardwareImpl:Landroid/hardware/locati…