Searched refs:mBluetoothSelectA2dpSampleRate (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java298 private ListPreference mBluetoothSelectA2dpSampleRate; field in class:DevelopmentSettings
519 mBluetoothSelectA2dpSampleRate = addListPreference(BLUETOOTH_SELECT_A2DP_SAMPLE_RATE_KEY);
1832 mBluetoothSelectA2dpSampleRate.setValue(values[index]);
1833 mBluetoothSelectA2dpSampleRate.setSummary(summaries[index]);
1948 if (index >= 0 && mBluetoothSelectA2dpSampleRate != null) {
1951 mBluetoothSelectA2dpSampleRate.setSummary(streaming);
2113 String sampleRate = mBluetoothSelectA2dpSampleRate.getValue();
2114 if (preference == mBluetoothSelectA2dpSampleRate) {
2116 index = mBluetoothSelectA2dpSampleRate.findIndexOfValue(newValue.toString());
2119 mBluetoothSelectA2dpSampleRate
[all...]

Completed in 1352 milliseconds