Home
last modified time | relevance | path

Searched refs:getListValues (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java56 mListValues = getListValues(); in AbstractBluetoothA2dpPreferenceController()
154 protected abstract String[] getListValues(); in getListValues() method in AbstractBluetoothA2dpPreferenceController
DBluetoothAudioQualityPreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioQualityPreferenceController
DBluetoothAudioChannelModePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioChannelModePreferenceController
DBluetoothAudioBitsPerSamplePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioBitsPerSamplePreferenceController
DBluetoothAudioSampleRatePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioSampleRatePreferenceController
DBluetoothAudioCodecPreferenceController.java42 protected String[] getListValues() { in getListValues() method in BluetoothAudioCodecPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAbstractBluetoothA2dpPreferenceController.java56 mListValues = getListValues(); in AbstractBluetoothA2dpPreferenceController()
154 protected abstract String[] getListValues(); in getListValues() method in AbstractBluetoothA2dpPreferenceController
DBluetoothAudioQualityPreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioQualityPreferenceController
DBluetoothAudioChannelModePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioChannelModePreferenceController
DBluetoothAudioBitsPerSamplePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioBitsPerSamplePreferenceController
DBluetoothAudioSampleRatePreferenceController.java43 protected String[] getListValues() { in getListValues() method in BluetoothAudioSampleRatePreferenceController
DBluetoothAudioCodecPreferenceController.java42 protected String[] getListValues() { in getListValues() method in BluetoothAudioCodecPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceControllerTest.java108 verify(mPreference).setValue(mController.getListValues()[2]); in updateState_option2Set_shouldUpdateToOption2()
134 protected String[] getListValues() { in getListValues() method in AbstractBluetoothA2dpPreferenceControllerTest.AbstractBluetoothA2dpPreferenceControllerImpl
DBluetoothAudioSampleRatePreferenceControllerTest.java75 mListValues = mController.getListValues(); in setup()
DBluetoothAudioBitsPerSamplePreferenceControllerTest.java74 mListValues = mController.getListValues(); in setup()
DBluetoothAudioQualityPreferenceControllerTest.java73 mListValues = mController.getListValues(); in setup()
DBluetoothAudioChannelModePreferenceControllerTest.java73 mListValues = mController.getListValues(); in setup()
DBluetoothAudioCodecPreferenceControllerTest.java78 mListValues = mController.getListValues(); in setup()