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