HomeSort by relevance Sort by last modified time
    Searched defs:writeConfigurationValues (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioQualityPreferenceController.java 60 protected void writeConfigurationValues(Object newValue) {
BluetoothAudioBitsPerSamplePreferenceController.java 60 protected void writeConfigurationValues(Object newValue) {
BluetoothAudioChannelModePreferenceController.java 60 protected void writeConfigurationValues(Object newValue) {
BluetoothAudioCodecPreferenceController.java 59 protected void writeConfigurationValues(Object newValue) {
BluetoothAudioSampleRatePreferenceController.java 60 protected void writeConfigurationValues(Object newValue) {
AbstractBluetoothA2dpPreferenceController.java 80 writeConfigurationValues(newValue);
124 writeConfigurationValues(mListValues[index]);
165 protected abstract void writeConfigurationValues(Object newValue);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
AbstractBluetoothA2dpPreferenceControllerTest.java 141 protected void writeConfigurationValues(Object newValue) {

Completed in 284 milliseconds