Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceControllerTest.java108 doReturn(2).when(mController).getCurrentA2dpSettingIndex(any()); in updateState_option2Set_shouldUpdateToOption2()
151 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceControllerTest.AbstractBluetoothA2dpPreferenceControllerImpl
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java119 final int index = getCurrentA2dpSettingIndex(codecConfig); in updateState()
176 protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config); in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceController