Searched defs:mBluetoothSelectA2dpLdacPlaybackQuality (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java301 private ListPreference mBluetoothSelectA2dpLdacPlaybackQuality; field in class:DevelopmentSettings
522 mBluetoothSelectA2dpLdacPlaybackQuality = addListPreference(BLUETOOTH_SELECT_A2DP_LDAC_PLAYBACK_QUALITY_KEY);
1853 mBluetoothSelectA2dpLdacPlaybackQuality.setValue(values[index]);
1854 mBluetoothSelectA2dpLdacPlaybackQuality.setSummary(summaries[index]);
2016 if (index >= 0 && mBluetoothSelectA2dpLdacPlaybackQuality != null) {
2019 mBluetoothSelectA2dpLdacPlaybackQuality.setSummary(streaming);
2197 String ldacPlaybackQuality = mBluetoothSelectA2dpLdacPlaybackQuality.getValue();
2198 if (preference == mBluetoothSelectA2dpLdacPlaybackQuality) {
2200 index = mBluetoothSelectA2dpLdacPlaybackQuality.findIndexOfValue(newValue.toString());
2203 mBluetoothSelectA2dpLdacPlaybackQuality
[all...]

Completed in 18 milliseconds