Searched refs:updateOptionalCodecsSupport (Results 1 – 3 of 3) sorted by relevance
333 doNothing().when(mA2dpService).updateOptionalCodecsSupport(any(BluetoothDevice.class)); in testProcessCodecConfigEventCase()382 verify(mA2dpService, times(1)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()391 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()398 verify(mA2dpService, times(2)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()407 verify(mA2dpService, times(3)).updateOptionalCodecsSupport(mTestDevice); in testProcessCodecConfigEventCase()
485 mA2dpService.updateOptionalCodecsSupport(mDevice); in enter()657 mA2dpService.updateOptionalCodecsSupport(mDevice); in processCodecConfigEvent()
1159 public void updateOptionalCodecsSupport(BluetoothDevice device) { in updateOptionalCodecsSupport() method in A2dpService