Searched refs:isMandatoryCodec (Results 1 – 6 of 6) sorted by relevance
122 when(config.isMandatoryCodec()).thenReturn(false); in isHighQualityAudioEnabled()124 when(config.isMandatoryCodec()).thenReturn(true); in isHighQualityAudioEnabled()185 when(config.isMandatoryCodec()).thenReturn(true); in getLabelDeviceConnectedButNotHighQualityCodec()200 when(config.isMandatoryCodec()).thenReturn(false); in getLabelDeviceConnectedWithHighQualityCodec()
23 public boolean isMandatoryCodec() { return true; } in isMandatoryCodec() method in BluetoothCodecConfig
231 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()272 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
187 assertTrue(bcc.isMandatoryCodec()); in testBluetoothCodecConfig_valid_get_methods()189 assertFalse(bcc.isMandatoryCodec()); in testBluetoothCodecConfig_valid_get_methods()
288 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig
1228 HPLandroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z