Searched refs:mGpsService (Results 1 – 2 of 2) sorted by relevance
56 private IGpsGeofenceHardware mGpsService; field in GeofenceHardwareImpl133 gpsSupported = mGpsService.isHardwareGeofenceSupported(); in updateGpsHardwareAvailability()168 if (mGpsService == null) { in setGpsHardwareGeofence()169 mGpsService = service; in setGpsHardwareGeofence()172 mGpsService = null; in setGpsHardwareGeofence()281 if (mGpsService == null) return false; in addCircularFence()283 result = mGpsService.addCircularHardwareGeofence( in addCircularFence()340 if (mGpsService == null) return false; in removeGeofence()342 result = mGpsService.removeHardwareGeofence(geofenceId); in removeGeofence()379 if (mGpsService == null) return false; in pauseGeofence()[all …]
24091 Landroid/hardware/location/GeofenceHardwareImpl;->mGpsService:Landroid/location/IGpsGeofenceHardwar…