Searched refs:mBandIndex (Results 1 – 1 of 1) sorted by relevance
41 private int mBandIndex; field in WifiTetherApBandPreferenceController53 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()