Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java56 private IFusedGeofenceHardware mFusedService; field in GeofenceHardwareImpl
153 fusedSupported = (mFusedService != null in updateFusedHardwareAvailability()
154 ? mFusedService.isSupported() && hasGnnsCapabilities in updateFusedHardwareAvailability()
191 if(mFusedService == null) { in setFusedGeofenceHardware()
192 mFusedService = service; in setFusedGeofenceHardware()
195 mFusedService = null; in setFusedGeofenceHardware()
299 if(mFusedService == null) { in addCircularFence()
303 mFusedService.addGeofences( in addCircularFence()
350 if(mFusedService == null) { in removeGeofence()
389 if(mFusedService == null) { in pauseGeofence()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24079 Landroid/hardware/location/GeofenceHardwareImpl;->mFusedService:Landroid/location/IFusedGeofenceHar…