Home
last modified time | relevance | path

Searched refs:updateOptionalCodecsSupport (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java311 doNothing().when(mA2dpService).updateOptionalCodecsSupport(any(BluetoothDevice.class)); in testProcessCodecConfigEventCase()
350 verify(mA2dpService, times(1)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
358 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
364 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java478 mA2dpService.updateOptionalCodecsSupport(mDevice); in enter()
649 mA2dpService.updateOptionalCodecsSupport(mDevice); in processCodecConfigEvent()
DA2dpService.java1113 public void updateOptionalCodecsSupport(BluetoothDevice device) { in updateOptionalCodecsSupport() method in A2dpService