HomeSort by relevance Sort by last modified time
    Searched refs:inCallService (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 24 import android.telecom.InCallService;
68 final MockInCallService inCallService = mInCallCallbacks.getService();
69 final Call call = inCallService.getLastCall();
76 assertVideoCallbackRegistered(inCallService, call, true);
90 final MockInCallService inCallService = mInCallCallbacks.getService();
91 final Call call = inCallService.getLastCall();
94 assertVideoCallbackRegistered(inCallService, call, true);
108 final MockInCallService inCallService = mInCallCallbacks.getService();
109 final Call call = inCallService.getLastCall();
111 assertVideoCallbackRegistered(inCallService, call, true)
    [all...]
ExtendedInCallServiceTest.java 32 import android.telecom.InCallService;
61 final MockInCallService inCallService = mInCallCallbacks.getService();
62 inCallService.disconnectLastCall();
64 assertNumCalls(inCallService, 0);
75 final MockInCallService inCallService = mInCallCallbacks.getService();
77 final Call call = inCallService.getLastCall();
84 ((InCallService) inCallService).setMuted(true);
87 assertMuteState(inCallService, true);
89 inCallService.setMuted(false)
    [all...]
RttOperationsTest.java 64 final MockInCallService inCallService = mInCallCallbacks.getService();
65 final Call call = inCallService.getLastCall();
78 final MockInCallService inCallService = mInCallCallbacks.getService();
79 final Call call = inCallService.getLastCall();
91 final MockInCallService inCallService = mInCallCallbacks.getService();
92 final Call call = inCallService.getLastCall();
115 final MockInCallService inCallService = mInCallCallbacks.getService();
116 final Call call = inCallService.getLastCall();
139 final MockInCallService inCallService = mInCallCallbacks.getService();
140 final Call call = inCallService.getLastCall()
    [all...]
MissedCallTest.java 64 final MockInCallService inCallService = mInCallCallbacks.getService();
66 final Call call = inCallService.getLastCall();
PhoneAccountSuggestionServiceTest.java 100 fail("No call added to InCallService.");
103 final MockInCallService inCallService = mInCallCallbacks.getService();
104 Call phoneAcctSelectCall = inCallService.getLastCall();
144 fail("No call added to InCallService.");
147 final MockInCallService inCallService = mInCallCallbacks.getService();
148 Call phoneAcctSelectCall = inCallService.getLastCall();
179 fail("No call added to InCallService.");
182 final MockInCallService inCallService = mInCallCallbacks.getService();
183 Call phoneAcctSelectCall = inCallService.getLastCall();
216 fail("No call added to InCallService.")
    [all...]
SelfManagedConnectionServiceTest.java 279 MockInCallService inCallService = mInCallCallbacks.getService();
280 Call call = inCallService.getLastCall();
BaseTelecomTestWithMockServices.java 43 import android.telecom.InCallService;
399 fail("No call added to InCallService.");
405 assertEquals("InCallService should contain 1 more call after adding a call.",
470 fail("No call added to InCallService.");
476 assertEquals("InCallService should contain 1 more call after adding a call.",
591 * we should have 5 available permits on the incallService lock.
601 assertEquals("InCallService should contain 1 more call after adding a conf call.",
612 * we should have 2 available permits on the incallService lock.
    [all...]
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 35 * Tests that an {@link android.telecom.InCallService} which has declared support for
100 SelfManagedAwareInCallService inCallService =
102 if (inCallService != null) {
103 inCallService.tearDown();
111 * Verifies that a {@link android.telecom.InCallService} which has specified
135 * Verifies that a {@link android.telecom.InCallService} which has specified

Completed in 1220 milliseconds