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.java109 doReturn(2).when(mController).getCurrentA2dpSettingIndex(any()); in updateState_option2Set_shouldUpdateToOption2()
152 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceControllerTest.AbstractBluetoothA2dpPreferenceControllerImpl
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java126 final int index = getCurrentA2dpSettingIndex(codecConfig); in updateState()
183 protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config); in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceController