Searched refs:telecomConfig (Results 1 – 1 of 1) sorted by relevance
2573 ITelephony::TelecomConfig telecomConfig; in TEST_P() local2574 ASSERT_STATUS(kStatuses, status = telephony->setTelecomConfig({}, &telecomConfig)); in TEST_P()2578 EXPECT_TRUE(telecomConfig.voiceVolume.has_value()); in TEST_P()2579 EXPECT_NE(ITelephony::TelecomConfig::TtyMode::UNSPECIFIED, telecomConfig.ttyMode); in TEST_P()2580 EXPECT_TRUE(telecomConfig.isHacEnabled.has_value()); in TEST_P()2582 ASSERT_IS_OK(telephony->setTelecomConfig(telecomConfig, &telecomConfig2)); in TEST_P()2583 EXPECT_EQ(telecomConfig, telecomConfig2); in TEST_P()2592 ITelephony::TelecomConfig telecomConfig; in TEST_P() local2593 ASSERT_STATUS(kStatuses, status = telephony->setTelecomConfig({}, &telecomConfig)); in TEST_P()2600 &telecomConfig)); in TEST_P()[all …]