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

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java296 private ListPreference mBluetoothSelectAvrcpVersion; field in class:DevelopmentSettings
517 mBluetoothSelectAvrcpVersion = addListPreference(BLUETOOTH_SELECT_AVRCP_VERSION_KEY);
1817 index = mBluetoothSelectAvrcpVersion.findIndexOfValue(value);
1818 mBluetoothSelectAvrcpVersion.setValue(values[index]);
1819 mBluetoothSelectAvrcpVersion.setSummary(summaries[index]);
1859 int index = mBluetoothSelectAvrcpVersion.findIndexOfValue(newValue.toString());
1862 mBluetoothSelectAvrcpVersion.setSummary(titles[index]);
2597 } else if (preference == mBluetoothSelectAvrcpVersion) {

Completed in 64 milliseconds