Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherApBandPreferenceController.java41 private int mBandIndex; field in WifiTetherApBandPreferenceController
53 mBandIndex = SoftApConfiguration.BAND_2GHZ; in updateDisplay()
56 mBandIndex = validateSelection(config.getBand()); in updateDisplay()
57 Log.d(TAG, "Updating band index to " + mBandIndex); in updateDisplay()
62 mBandIndex = SoftApConfiguration.BAND_2GHZ; in updateDisplay()
80 switch (mBandIndex) { in getConfigSummary()
98 mBandIndex = validateSelection(Integer.parseInt((String) newValue)); in onPreferenceChange()
99 Log.d(TAG, "Band preference changed, updating band index to " + mBandIndex); in onPreferenceChange()
137 return mBandIndex; in getBandIndex()