Searched refs:mThrottleEnabled (Results 1 – 1 of 1) sorted by relevance
97 private boolean mThrottleEnabled = true; field in ScanRequestProxy226 mThrottleEnabled = mSettingsConfigStore.get(WIFI_SCAN_THROTTLE_ENABLED); in retrieveWifiScannerIfNecessary()228 Log.v(TAG, "Scan throttle enabled " + mThrottleEnabled); in retrieveWifiScannerIfNecessary()429 if (!fromSettingsOrSetupWizard && mThrottleEnabled in startScan()526 mThrottleEnabled = enable; in setScanThrottleEnabled()528 Log.i(TAG, "Scan throttle enabled " + mThrottleEnabled); in setScanThrottleEnabled()536 return mThrottleEnabled; in isScanThrottleEnabled()