Searched refs:mFusedService (Results 1 – 2 of 2) sorted by relevance
55 private IFusedGeofenceHardware mFusedService; field in GeofenceHardwareImpl152 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 …]
24088 Landroid/hardware/location/GeofenceHardwareImpl;->mFusedService:Landroid/location/IFusedGeofenceHar…