Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothAudioSampleRatePreferenceControllerTest.java93 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
102 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_unknownOption_shouldReturnDefault()
DBluetoothAudioChannelModePreferenceControllerTest.java99 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
108 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_unknownOption_shouldReturnDefault()
DBluetoothAudioBitsPerSamplePreferenceControllerTest.java101 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
110 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_unknownOption_shouldReturnDefault()
DBluetoothAudioQualityPreferenceControllerTest.java98 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
107 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_unknownOption_shouldReturnDefault()
DBluetoothAudioCodecPreferenceControllerTest.java107 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_option2_shouldReturnSecondIndex()
116 final int index = mController.getCurrentA2dpSettingIndex(mBluetoothCodecConfig); in getCurrentA2dpSettingIndex_unknownOption_shouldReturnDefault()
DAbstractBluetoothA2dpPreferenceControllerTest.java105 doReturn(2).when(mController).getCurrentA2dpSettingIndex(any()); in updateState_option2Set_shouldUpdateToOption2()
148 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceControllerTest.AbstractBluetoothA2dpPreferenceControllerImpl
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAbstractBluetoothA2dpPreferenceController.java118 final int index = getCurrentA2dpSettingIndex(codecConfig); in updateState()
175 protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config); in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceController
DBluetoothAudioQualityPreferenceController.java77 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioQualityPreferenceController
DBluetoothAudioChannelModePreferenceController.java80 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioChannelModePreferenceController
DBluetoothAudioBitsPerSamplePreferenceController.java83 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioBitsPerSamplePreferenceController
DBluetoothAudioSampleRatePreferenceController.java86 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioSampleRatePreferenceController
DBluetoothAudioCodecPreferenceController.java138 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioCodecPreferenceController
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java122 final int index = getCurrentA2dpSettingIndex(codecConfig); in updateState()
179 protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config); in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceController
DBluetoothAudioQualityPreferenceController.java77 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioQualityPreferenceController
DBluetoothAudioChannelModePreferenceController.java80 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioChannelModePreferenceController
DBluetoothAudioBitsPerSamplePreferenceController.java83 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioBitsPerSamplePreferenceController
DBluetoothAudioSampleRatePreferenceController.java86 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioSampleRatePreferenceController
DBluetoothAudioCodecPreferenceController.java140 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in BluetoothAudioCodecPreferenceController