Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java57 private IGpsGeofenceHardware mGpsService; field in GeofenceHardwareImpl
134 gpsSupported = mGpsService.isHardwareGeofenceSupported(); in updateGpsHardwareAvailability()
169 if (mGpsService == null) { in setGpsHardwareGeofence()
170 mGpsService = service; in setGpsHardwareGeofence()
173 mGpsService = null; in setGpsHardwareGeofence()
282 if (mGpsService == null) return false; in addCircularFence()
284 result = mGpsService.addCircularHardwareGeofence( in addCircularFence()
341 if (mGpsService == null) return false; in removeGeofence()
380 if (mGpsService == null) return false; in pauseGeofence()
382 result = mGpsService.pauseHardwareGeofence(geofenceId); in pauseGeofence()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24082 Landroid/hardware/location/GeofenceHardwareImpl;->mGpsService:Landroid/location/IGpsGeofenceHardwar…