Searched refs:getCurrentCodecConfig (Results 1 – 10 of 10) sorted by relevance
128 when(mController.getCurrentCodecConfig()).thenReturn(null); in getCurrentConfigIndex_noCodecConfig_returnDefaultIndex()135 when(mController.getCurrentCodecConfig()).thenReturn(mCodecConfigAAC); in getCurrentConfigIndex_returnCurrentIndex()144 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()148 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()158 assertThat(mController.getCurrentCodecConfig()).isEqualTo(mCodecConfigAAC); in getCurrentCodecConfig_verifyConfig()
62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()95 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()92 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()98 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
95 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex()110 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()149 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothDialogPreferenceController
96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
898 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()914 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()930 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()946 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()962 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()978 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()994 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()1026 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()1048 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
123 codecs->getCurrentCodecConfig();
311 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
792 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()802 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()