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

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java299 private ListPreference mBluetoothSelectA2dpBitsPerSample; field in class:DevelopmentSettings
520 mBluetoothSelectA2dpBitsPerSample = addListPreference(BLUETOOTH_SELECT_A2DP_BITS_PER_SAMPLE_KEY);
1839 mBluetoothSelectA2dpBitsPerSample.setValue(values[index]);
1840 mBluetoothSelectA2dpBitsPerSample.setSummary(summaries[index]);
1970 if (index >= 0 && mBluetoothSelectA2dpBitsPerSample != null) {
1973 mBluetoothSelectA2dpBitsPerSample.setSummary(streaming);
2144 String bitsPerSample = mBluetoothSelectA2dpBitsPerSample.getValue();
2145 if (preference == mBluetoothSelectA2dpBitsPerSample) {
2147 index = mBluetoothSelectA2dpBitsPerSample.findIndexOfValue(newValue.toString());
2150 mBluetoothSelectA2dpBitsPerSample
[all...]

Completed in 53 milliseconds