Searched refs:isMandatoryCodec (Results 1 – 4 of 4) sorted by relevance
127 when(config.isMandatoryCodec()).thenReturn(false); in isHighQualityAudioEnabled()129 when(config.isMandatoryCodec()).thenReturn(true); in isHighQualityAudioEnabled()183 when(config.isMandatoryCodec()).thenReturn(true); in getLabelDeviceConnectedButNotHighQualityCodec()198 when(config.isMandatoryCodec()).thenReturn(false); in getLabelDeviceConnectedWithHighQualityCodec()
23 public boolean isMandatoryCodec() { return true; } in isMandatoryCodec() method in BluetoothCodecConfig
213 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()251 if (selectable == null || selectable.length < 1 || selectable[0].isMandatoryCodec()) { in getHighQualityAudioOptionLabel()
287 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig