Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 47) sorted by relevance

12

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java50 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
51 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
52 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged()
53 public void onParentChanged(Call call, Call parent) {}; in onParentChanged()
54 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
55 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged()
56 public void onCallDestroyed(Call call) {}; in onCallDestroyed()
57 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged()
61 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
62 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
[all …]
DBackgroundCallAudioTest.java82 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllow() local
108 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningDisallow() local
136 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningMissed() local
162 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() local
201 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() local
245 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall() local
278 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCall() local
299 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallMissed() local
320 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallRemoteHangup() local
345 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessOutgoingActiveEmergencyCallPlaced() local
[all …]
DExternalCallTest.java76 Call call = placeExternalCall(); in testPullExternalCall() local
92 Call call = placeExternalCall(); in testNonPullableExternalCall() local
117 Call call = placeExternalCall(); in testPullCallCapabilityRemovedInEmergencyCall() local
139 Call call = placeExternalCall(); in testTryToPullCallWhileInEmergencyCall() local
164 Call call = getInCallService().getLastCall(); in placeExternalCall() local
DRttOperationsTest.java65 final Call call = inCallService.getLastCall(); in testOutgoingRttCall() local
79 final Call call = inCallService.getLastCall(); in testIncomingRttCall() local
92 final Call call = inCallService.getLastCall(); in testLocalRttUpgradeAccepted() local
116 final Call call = inCallService.getLastCall(); in testLocalRttUpgradeRejected() local
140 final Call call = inCallService.getLastCall(); in testAcceptRemoteRttUpgrade() local
163 final Call call = inCallService.getLastCall(); in testRejectRemoteRttRequest() local
187 final Call call = inCallService.getLastCall(); in testLocalRttTermination() local
208 final Call call = inCallService.getLastCall(); in testRemoteRttTermination() local
222 private void verifyRttDisabled(Call call) { in verifyRttDisabled()
228 private void verifyRttEnabled(Call call, MockConnection connection) { in verifyRttEnabled()
DExtendedInCallServiceTest.java77 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
104 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
164 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
197 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall() local
224 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly() local
243 final Call call = inCallService.getLastCall(); in testAcceptRingingCall() local
265 final Call call = inCallService.getLastCall(); in testEndRingingCall() local
287 final Call call = inCallService.getLastCall(); in testEndCall() local
425 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState() local
448 final Call call = inCallService.getLastCall(); in testRejectIncomingCall() local
[all …]
DHandoverTest.java79 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverSourceFailed() local
103 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverDestinationFailed() local
130 final Call call = mInCallCallbacks.getService().getLastCall(); in testOutgoingHandoverRequestValid() local
172 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingHandoverRequestValid() local
220 private void completeHandoverAndVerify(final Call call, SelfManagedConnection connection) { in completeHandoverAndVerify()
DVideoCallTest.java69 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
91 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
109 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
134 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyRequest() local
163 final Call call = inCallService.getLastCall(); in testSendSessionModifyResponse() local
188 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyResponse() local
244 final Call call = inCallService.getLastCall(); in testVideoCallDelayProvider() local
276 final Call call = inCallService.getLastCall(); in testChangeCamera() local
301 final Call call = inCallService.getLastCall(); in testRequestCameraCapabilities() local
329 final Call call = inCallService.getLastCall(); in testRequestDataUsage() local
[all …]
DConnectionServiceTest.java73 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection() local
102 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountPackageName() local
125 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountAccountId() local
274 final Call call = mInCallCallbacks.getService().getLastCall(); in testCallDirectionIncoming() local
308 final Call call = mInCallCallbacks.getService().getLastCall(); in testCallDirectionOutgoing() local
DWiredHeadsetTest.java46 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallShortPress_acceptsCall() local
63 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallLongPress_rejectsCall() local
102 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCallShortPress_hangupCall() local
DIncomingCallTest.java69 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatPassed() local
82 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatFailed() local
95 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatNotVerified() local
DConferenceTest.java489 private void assertCallCapability(final Call call, final int capability) { in assertCallCapability()
507 private void assertCallConnectTime(final Call call, final int connectTime) { in assertCallConnectTime()
525 private void assertCallExtras(final Call call, final String key, final String value) { in assertCallExtras()
544 private void assertCallStatusHints(final Call call, final StatusHints hints) { in assertCallStatusHints()
562 private void assertCallChildrenContains(final Call call, final Call childrenCall, in assertCallChildrenContains()
582 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
DAdhocConferenceTest.java102 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testAddNewIncomingConference_onAnswer() local
133 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testConferenceCallAddConferenceParticipants() local
DMissedCallTest.java66 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer() local
DRemoteConnectionTest.java61 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionOutgoingCall() local
98 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallAccept() local
119 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallReject() local
140 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionDTMFTone() local
486 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionCallbacks_ConferenceableConnections() local
1268 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionCallbacksTest() local
1281 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoCallbacksTest() local
1309 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoTest() local
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java44 public void onStateChanged(Call call, int state) { in onStateChanged()
50 public void onDetailsChanged(Call call, Call.Details details) { in onDetailsChanged()
55 public void onCallDestroyed(Call call) { in onCallDestroyed()
114 public void onCallAdded(Call call) { in onCallAdded()
126 public void onCallRemoved(Call call) { in onCallRemoved()
156 public CallCallback getCallCallback(Call call) { in getCallCallback()
DSelfManagedAwareInCallServiceTest.java125 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceOutgoing() local
149 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceIncoming() local
172 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testSelfManagedSignalling() local
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.h37 #define GL_CALL(call) \ argument
45 #define GL_CALL(call) \ argument
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java45 public void onCallAdded(Call call) { in onCallAdded()
55 public void onCallRemoved(Call call) { in onCallRemoved()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java57 public void onCallAdded(Call call) { in onCallAdded()
64 public void onCallRemoved(Call call) { in onCallRemoved()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java67 public void onCallAdded(Call call) { in onCallAdded()
74 public void onCallRemoved(Call call) { in onCallRemoved()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DMockVsyncHelper.java73 void call() throws Exception; in call() method
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsIncomingCall.java30 public void setCall(Call call) { in setCall()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DModifyInstallerPackageTest.java44 private void call(Intent intent) { in call() method in ModifyInstallerPackageTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerCallTestService.java58 public void onCallAdded(Call call) { in onCallAdded()
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh646 X * function call 6 function

12