Searched refs:assertMuteState (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | WiredHeadsetTest.java | 85 assertMuteState(incallService, false); in testInCallLongPress_togglesMute() 87 assertMuteState(connection, true); in testInCallLongPress_togglesMute() 88 assertMuteState(incallService, true); in testInCallLongPress_togglesMute() 90 assertMuteState(connection, false); in testInCallLongPress_togglesMute() 91 assertMuteState(incallService, false); in testInCallLongPress_togglesMute()
|
D | ExtendedInCallServiceTest.java | 84 assertMuteState(connection, false); in testMuteAndUnmutePhone() 89 assertMuteState(connection, true); in testMuteAndUnmutePhone() 90 assertMuteState(inCallService, true); in testMuteAndUnmutePhone() 93 assertMuteState(connection, false); in testMuteAndUnmutePhone() 94 assertMuteState(inCallService, false); in testMuteAndUnmutePhone()
|
D | BaseTelecomTestWithMockServices.java | 1297 void assertMuteState(final InCallService incallService, final boolean isMuted) { in assertMuteState() method in BaseTelecomTestWithMockServices 1316 void assertMuteState(final MockConnection connection, final boolean isMuted) { in assertMuteState() method in BaseTelecomTestWithMockServices
|