Home
last modified time | relevance | path

Searched refs:incallService (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DWiredHeadsetTest.java89 final MockInCallService incallService = mInCallCallbacks.getService(); in testInCallLongPress_togglesMute() local
95 assertMuteState(incallService, false); in testInCallLongPress_togglesMute()
98 assertMuteState(incallService, true); in testInCallLongPress_togglesMute()
101 assertMuteState(incallService, false); in testInCallLongPress_togglesMute()
DBaseTelecomTestWithMockServices.java1552 void assertMuteState(final InCallService incallService, final boolean isMuted) {
1562 final CallAudioState state = incallService.getCallAudioState();
1614 void assertAudioRoute(final InCallService incallService, final int route) {
1624 final CallAudioState state = incallService.getCallAudioState();
1633 void assertNotAudioRoute(final InCallService incallService, final int route) {
1643 final CallAudioState state = incallService.getCallAudioState();
2283 void assertEndpointType(final InCallService incallService, final int type) {
2293 final CallEndpoint endpoint = incallService.getCurrentCallEndpoint();
2322 void assertMuteEndpoint(final MockInCallService incallService, final boolean isMuted) {
2332 return incallService.getEndpointMuteState();