Searched refs:getCurrentA2dpSettingIndex (Results 1 – 2 of 2) sorted by relevance
109 doReturn(2).when(mController).getCurrentA2dpSettingIndex(any()); in updateState_option2Set_shouldUpdateToOption2()152 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) { in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceControllerTest.AbstractBluetoothA2dpPreferenceControllerImpl
126 final int index = getCurrentA2dpSettingIndex(codecConfig); in updateState()183 protected abstract int getCurrentA2dpSettingIndex(BluetoothCodecConfig config); in getCurrentA2dpSettingIndex() method in AbstractBluetoothA2dpPreferenceController