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

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java300 private ListPreference mBluetoothSelectA2dpChannelMode; field in class:DevelopmentSettings
521 mBluetoothSelectA2dpChannelMode = addListPreference(BLUETOOTH_SELECT_A2DP_CHANNEL_MODE_KEY);
1846 mBluetoothSelectA2dpChannelMode.setValue(values[index]);
1847 mBluetoothSelectA2dpChannelMode.setSummary(summaries[index]);
1989 if (index >= 0 && mBluetoothSelectA2dpChannelMode != null) {
1992 mBluetoothSelectA2dpChannelMode.setSummary(streaming);
2172 String channelMode = mBluetoothSelectA2dpChannelMode.getValue();
2173 if (preference == mBluetoothSelectA2dpChannelMode) {
2175 index = mBluetoothSelectA2dpChannelMode.findIndexOfValue(newValue.toString());
2178 mBluetoothSelectA2dpChannelMode
[all...]

Completed in 1125 milliseconds