Home
last modified time | relevance | path

Searched refs:mGpsService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java56 private IGpsGeofenceHardware mGpsService; field in GeofenceHardwareImpl
133 gpsSupported = mGpsService.isHardwareGeofenceSupported(); in updateGpsHardwareAvailability()
168 if (mGpsService == null) { in setGpsHardwareGeofence()
169 mGpsService = service; in setGpsHardwareGeofence()
172 mGpsService = null; in setGpsHardwareGeofence()
281 if (mGpsService == null) return false; in addCircularFence()
283 result = mGpsService.addCircularHardwareGeofence( in addCircularFence()
340 if (mGpsService == null) return false; in removeGeofence()
342 result = mGpsService.removeHardwareGeofence(geofenceId); in removeGeofence()
379 if (mGpsService == null) return false; in pauseGeofence()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24091 Landroid/hardware/location/GeofenceHardwareImpl;->mGpsService:Landroid/location/IGpsGeofenceHardwar…