Home
last modified time | relevance | path

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

1234

/cts/tests/tests/telecom/src/android/telecom/cts/
DBackgroundCallAudioTest.java96 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllow() local
123 Call call = mInCallCallbacks.getService().getLastCall(); in testHoldAfterAudioProcessingFromCallScreening() local
155 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningDisallow() local
184 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningMissed() local
211 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() local
251 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() local
297 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall() local
331 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCall() local
353 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallMissed() local
375 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallRemoteHangup() local
[all …]
DMockInCallService.java58 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
59 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
60 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged()
61 public void onParentChanged(Call call, Call parent) {}; in onParentChanged()
62 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
63 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged()
64 public void onCallDestroyed(Call call) {}; in onCallDestroyed()
65 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged()
69 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
70 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
[all …]
DExternalCallTest.java84 Call call = placeExternalCall(); in testPullExternalCall() local
100 Call call = placeExternalCall(); in testNonPullableExternalCall() local
125 Call call = placeExternalCall(); in testPullCallCapabilityRemovedInEmergencyCall() local
147 Call call = placeExternalCall(); in testTryToPullCallWhileInEmergencyCall() local
173 Call call = placeExternalCall(); in testExternalCallAndPullCall() local
230 Call call = getInCallService().getLastCall(); in placeExternalCall() local
DHandoverTest.java95 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverSourceFailed() local
119 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverDestinationFailed() local
146 final Call call = mInCallCallbacks.getService().getLastCall(); in testOutgoingHandoverRequestValid() local
189 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingHandoverRequestValid() local
232 Call call = mInCallCallbacks.getService().getLastCall(); in startSourceCall() local
241 private void completeHandoverAndVerify(final Call call, SelfManagedConnection connection) { in completeHandoverAndVerify()
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.java98 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
130 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
190 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
223 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall() local
250 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly() local
269 final Call call = inCallService.getLastCall(); in testAcceptRingingCall() local
291 final Call call = inCallService.getLastCall(); in testEndRingingCall() local
313 final Call call = inCallService.getLastCall(); in testEndCall() local
490 Call call = inCallService.getLastCall(); in testCallComposerAttachmentsStrippedCorrectly() local
521 final Call call = inCallService.getLastCall(); in testSwitchCallEndpoint() local
[all …]
DVideoCallTest.java70 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
92 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
110 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
135 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyRequest() local
164 final Call call = inCallService.getLastCall(); in testSendSessionModifyResponse() local
189 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyResponse() local
245 final Call call = inCallService.getLastCall(); in testVideoCallDelayProvider() local
277 final Call call = inCallService.getLastCall(); in testChangeCamera() local
302 final Call call = inCallService.getLastCall(); in testRequestCameraCapabilities() local
330 final Call call = inCallService.getLastCall(); in testRequestDataUsage() local
[all …]
DIncomingCallTest.java82 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatPassed() local
95 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatFailed() local
108 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatNotVerified() local
359 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerForAudioCall() local
400 Call call = setAndVerifyBusinessExtras(isBusinessCall, businessName); in testBusinessCallProperties() local
450 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerForVideoCallAnsweredAsAudio() local
478 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo() local
508 Call call = mInCallCallbacks.getService().getLastCall(); in setAndVerifyBusinessExtras() local
545 public void assertCallExtrasKey(final Call call, final String expectedKey) { in assertCallExtrasKey()
DTransactionalApisTest.java384 Call call = getLastAddedCall(); in testAddOutgoingCallHasPropertyIsTransactional() local
435 Call call = getLastAddedCall(); in testAddIncomingCallHasPropertyIsTransactional() local
604 private void waitUntilVideoStateIs(int videoState, TelecomCtsVoipCall call) { in waitUntilVideoStateIs()
734 Call call = getLastAddedCall(); in testAddIncomingCallAndRejectWithCallEventCallback() local
758 Call call = getLastAddedCall(); in testAddIncomingCallOnAnswer() local
791 Call call = getLastAddedCall(); in testAddIncomingCallOnAnswer_RejectCallback() local
824 Call call = getLastAddedCall(); in testOngoingCall_RejectSetActiveCallback() local
1164 public void verifyCallEndpointIsNotNull(TelecomCtsVoipCall call) { in verifyCallEndpointIsNotNull()
1180 public void verifyOnAvailableEndpointsIsNotNull(TelecomCtsVoipCall call) { in verifyOnAvailableEndpointsIsNotNull()
1196 public void verifyMuteStateCallbackWasCalled(boolean expected, TelecomCtsVoipCall call) { in verifyMuteStateCallbackWasCalled()
[all …]
DWiredHeadsetTest.java56 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallShortPress_acceptsCall() local
73 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallLongPress_rejectsCall() local
112 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCallShortPress_hangupCall() local
DAccessibilitySystemActionTest.java42 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCall_headsetHookAction_acceptsCall() local
58 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCall_headsetHookAction_hangupCall() local
DAdhocConferenceTest.java114 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testAddNewIncomingConference_onAnswer() local
137 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testAddNewIncomingConference_onReject() local
173 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testConferenceCallAddConferenceParticipants() local
DConnectionServiceTest.java96 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection() local
125 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountPackageName() local
148 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountAccountId() local
303 final Call call = mInCallCallbacks.getService().getLastCall(); in testCallDirectionIncoming() local
DConferenceTest.java583 private void assertCallCapability(final Call call, final int capability) { in assertCallCapability()
601 private void assertCallConnectTime(final Call call, final int connectTime) { in assertCallConnectTime()
619 private void assertCallExtras(final Call call, final String key, final String value) { in assertCallExtras()
638 private void assertCallStatusHints(final Call call, final StatusHints hints) { in assertCallStatusHints()
656 private void assertCallChildrenContains(final Call call, final Call childrenCall, in assertCallChildrenContains()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
50 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged()
51 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
52 public void onConnectionEvent(Call call, String event, Bundle extras) {}; in onConnectionEvent()
138 public void onCallAdded(Call call) { in onCallAdded()
158 public void onCallRemoved(Call call) { in onCallRemoved()
DDomainSelectionCallingBase.java233 private static String getCallId(Call call) { in getCallId()
241 private void addCall(Call call) { in addCall()
250 private void removeCall(Call call) { in removeCall()
268 public void onCallAdded(Call call, int numCalls) { in onCallAdded()
275 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
282 public void onCallStateChanged(Call call, int state) { in onCallStateChanged()
/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.java134 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceOutgoing() local
158 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceIncoming() local
181 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testSelfManagedSignalling() local
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DCujInCallService.java52 public void onCallAdded(Call call) { in onCallAdded()
54 sCallIdToCall.put(call.getDetails().getId(), call); in onCallAdded() local
66 public void onCallRemoved(Call call) { in onCallRemoved()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java235 Call call = mCalls.get(mCurrentCallId); in afterTest() local
271 Call call = getCall(mCurrentCallId); in testOutGoingCall() local
307 Call call = getCall(mCurrentCallId); in testOutGoingCallStartFailed() local
334 Call call = getCall(mCurrentCallId); in testIncomingCall() local
366 Call call = getCall(mCurrentCallId); in testIncomingCallReturnListener() local
396 Call call = getCall(mCurrentCallId); in testIncomingCallReject() local
432 Call call = getCall(mCurrentCallId); in testOutGoingCallForExecutor() local
468 Call call = getCall(mCurrentCallId); in testOutGoingCallHoldResume() local
513 Call call = getCall(mCurrentCallId); in testOutGoingCallHoldFailure() local
556 Call call = getCall(mCurrentCallId); in testOutGoingCallResumeFailure() local
[all …]
DImsCallingBase.java382 public void isCallActive(Call call, TestImsCallSessionImpl callsession) { in isCallActive()
407 public void isCallDisconnected(Call call, TestImsCallSessionImpl callsession) { in isCallDisconnected()
430 public void isCallHolding(Call call, TestImsCallSessionImpl callsession) { in isCallHolding()
454 public void addCall(Call call) { in addCall()
462 public String getCallId(Call call) { in getCallId()
478 Call call = entry.getValue(); in getCall() local
487 protected void removeCall(Call call) { in removeCall()
505 public void onCallAdded(Call call, int numCalls) { in onCallAdded()
515 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
522 public void onCallStateChanged(Call call, int state) { in onCallStateChanged()
[all …]
/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-cuj/src/android/telecom/cts/cuj/app/integration/
DCallSequencingManagedHoldRestrictionTest.java343 String call = addOutgoingCallAndVerify(wrapper, false /*isHoldable*/); in createHeldCall() local
352 String call = addOutgoingCallAndVerify(wrapper, false /*isHoldable*/); in createActiveCall() local
361 String call = addIncomingCallAndVerify(wrapper); in createRingingCall() local
370 String call = addOutgoingCallAndVerify(wrapper); in createDialingCall() local
377 Map<Integer, AppControlWrapper> apps, TelecomTestApp app, String call) in disconnectCall()
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestInCallService.java53 public void onCallAdded(Call call) { in onCallAdded()

1234