Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java330 doNothing().when(mA2dpService).updateOptionalCodecsSupport(any(BluetoothDevice.class)); in testProcessCodecConfigEventCase()
379 verify(mA2dpService, times(1)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
388 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
395 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
404 verify(mA2dpService, times(3)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java505 mA2dpService.updateOptionalCodecsSupport(mDevice); in enter()
691 mA2dpService.updateOptionalCodecsSupport(mDevice); in processCodecConfigEvent()
DA2dpService.java1160 public void updateOptionalCodecsSupport(BluetoothDevice device) { in updateOptionalCodecsSupport() method in A2dpService