Home
last modified time | relevance | path

Searched refs:mBand (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DWifiTetherApBandPreferenceController.java37 private int mBand; field in WifiTetherApBandPreferenceController
49 mBand = SoftApConfiguration.BAND_2GHZ; in updateDisplay()
52 mBand = validateSelection(config.getBand()); in updateDisplay()
53 Log.d(TAG, "Updating band to " + mBand); in updateDisplay()
59 mBand = newConfig.getBand(); in updateDisplay()
60 Log.d(TAG, "5Ghz not supported, updating band to " + mBand); in updateDisplay()
76 switch (mBand) { in getConfigSummary()
84 Log.e(TAG, "Unknown band: " + mBand); in getConfigSummary()
96 mBand = validateSelection(Integer.parseInt((String) newValue)); in onPreferenceChange()
97 Log.d(TAG, "Band preference changed, updating band to " + mBand); in onPreferenceChange()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java39 private int mBand; field in WifiTetherApBandPreferenceController
65 mBand = SoftApConfiguration.BAND_2GHZ; in updateState()
71 mBand = newConfig.getBand(); in updateState()
73 mBand = validateSelection(config.getBand()); in updateState()
91 switch (mBand) { in getSummary()
99 Log.e(TAG, "Unknown band: " + mBand); in getSummary()
111 mBand = validateSelection(Integer.parseInt((String) newValue)); in handlePreferenceChanged()
140 .setBand(mBand) in updateApBand()
147 switch (mBand) { in getBandEntry()
154 Log.e(TAG, "Unknown band: " + mBand + ", defaulting to 2GHz"); in getBandEntry()