Home
last modified time | relevance | path

Searched refs:assertMuteState (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DWiredHeadsetTest.java85 assertMuteState(incallService, false); in testInCallShortPress_togglesMute()
87 assertMuteState(connection, true); in testInCallShortPress_togglesMute()
88 assertMuteState(incallService, true); in testInCallShortPress_togglesMute()
90 assertMuteState(connection, false); in testInCallShortPress_togglesMute()
91 assertMuteState(incallService, false); in testInCallShortPress_togglesMute()
DExtendedInCallServiceTest.java78 assertMuteState(connection, false); in testMuteAndUnmutePhone()
83 assertMuteState(connection, true); in testMuteAndUnmutePhone()
84 assertMuteState(inCallService, true); in testMuteAndUnmutePhone()
87 assertMuteState(connection, false); in testMuteAndUnmutePhone()
88 assertMuteState(inCallService, false); in testMuteAndUnmutePhone()
DBaseTelecomTestWithMockServices.java605 void assertMuteState(final InCallService incallService, final boolean isMuted) { in assertMuteState() method in BaseTelecomTestWithMockServices
624 void assertMuteState(final MockConnection connection, final boolean isMuted) { in assertMuteState() method in BaseTelecomTestWithMockServices