Searched refs:mWifiAllowScansWithTraffic (Results 1 – 2 of 2) sorted by relevance
201 private SwitchPreference mWifiAllowScansWithTraffic; field in DevelopmentFragment370 mWifiAllowScansWithTraffic = findAndInitSwitchPref(WIFI_ALLOW_SCAN_WITH_TRAFFIC_KEY); in onCreatePreferences()1223 updateSwitchPreference(mWifiAllowScansWithTraffic, enabled); in updateWifiAllowScansWithTrafficOptions()1227 mWifiManager.setAllowScansWithTraffic(mWifiAllowScansWithTraffic.isChecked() ? 1 : 0); in writeWifiAllowScansWithTrafficOptions()1630 } else if (preference == mWifiAllowScansWithTraffic) { in onPreferenceTreeClick()
260 private SwitchPreference mWifiAllowScansWithTraffic; field in DevelopmentSettings423 mWifiAllowScansWithTraffic = findAndInitSwitchPref(WIFI_ALLOW_SCAN_WITH_TRAFFIC_KEY); in onCreate()1406 updateSwitchPreference(mWifiAllowScansWithTraffic, enabled); in updateWifiAllowScansWithTrafficOptions()1410 mWifiManager.setAllowScansWithTraffic(mWifiAllowScansWithTraffic.isChecked() ? 1 : 0); in writeWifiAllowScansWithTrafficOptions()1882 } else if (preference == mWifiAllowScansWithTraffic) { in onPreferenceTreeClick()