Searched refs:getCodecStatus (Results 1 – 6 of 6) sorted by relevance
44 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in BluetoothA2dpWrapperImpl45 return mService.getCodecStatus(); in getCodecStatus()
209 if (mServiceWrapper.getCodecStatus() != null) { in isHighQualityAudioEnabled()210 codecConfig = mServiceWrapper.getCodecStatus().getCodecConfig(); in isHighQualityAudioEnabled()243 if (mServiceWrapper.getCodecStatus() != null) { in getHighQualityAudioOptionLabel()244 selectable = mServiceWrapper.getCodecStatus().getCodecsSelectableCapabilities(); in getHighQualityAudioOptionLabel()
42 public BluetoothCodecStatus getCodecStatus(); in getCodecStatus() method
124 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in isHighQualityAudioEnabled()180 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in getLabelDeviceConnectedButNotHighQualityCodec()195 when(mBluetoothA2dpWrapper.getCodecStatus()).thenReturn(status); in getLabelDeviceConnectedWithHighQualityCodec()
41 BluetoothCodecStatus getCodecStatus(); in getCodecStatus() method
602 public BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in BluetoothA2dp607 return mService.getCodecStatus(); in getCodecStatus()