Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java55 private IFusedGeofenceHardware mFusedService; field in GeofenceHardwareImpl
152 fusedSupported = (mFusedService != null in updateFusedHardwareAvailability()
153 ? mFusedService.isSupported() && hasGnnsCapabilities in updateFusedHardwareAvailability()
190 if(mFusedService == null) { in setFusedGeofenceHardware()
191 mFusedService = service; in setFusedGeofenceHardware()
194 mFusedService = null; in setFusedGeofenceHardware()
298 if(mFusedService == null) { in addCircularFence()
302 mFusedService.addGeofences( in addCircularFence()
349 if(mFusedService == null) { in removeGeofence()
353 mFusedService.removeGeofences(new int[] { geofenceId }); in removeGeofence()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24088 Landroid/hardware/location/GeofenceHardwareImpl;->mFusedService:Landroid/location/IFusedGeofenceHar…