/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 50 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 …]
|
D | BackgroundCallAudioTest.java | 91 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllow() local 117 Call call = mInCallCallbacks.getService().getLastCall(); in testHoldAfterAudioProcessingFromCallScreening() local 148 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningDisallow() local 176 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningMissed() local 202 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() local 241 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall() local 285 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall() local 318 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCall() local 339 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallMissed() local 360 Call call = mInCallCallbacks.getService().getLastCall(); in testAudioProcessActiveCallRemoteHangup() local [all …]
|
D | ExternalCallTest.java | 76 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
|
D | ExtendedInCallServiceTest.java | 80 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local 107 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local 167 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local 200 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall() local 227 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly() local 246 final Call call = inCallService.getLastCall(); in testAcceptRingingCall() local 268 final Call call = inCallService.getLastCall(); in testEndRingingCall() local 290 final Call call = inCallService.getLastCall(); in testEndCall() local 446 Call call = inCallService.getLastCall(); in testCallComposerAttachmentsStrippedCorrectly() local 487 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState() local [all …]
|
D | HandoverTest.java | 80 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverSourceFailed() local 104 Call call = mInCallCallbacks.getService().getLastCall(); in testHandoverDestinationFailed() local 131 final Call call = mInCallCallbacks.getService().getLastCall(); in testOutgoingHandoverRequestValid() local 173 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingHandoverRequestValid() local 216 Call call = mInCallCallbacks.getService().getLastCall(); in startSourceCall() local 225 private void completeHandoverAndVerify(final Call call, SelfManagedConnection connection) { in completeHandoverAndVerify()
|
D | RttOperationsTest.java | 65 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()
|
D | VideoCallTest.java | 69 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 …]
|
D | IncomingCallTest.java | 70 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatPassed() local 83 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatFailed() local 96 Call call = mInCallCallbacks.getService().getLastCall(); in testVerstatNotVerified() local 287 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerForAudioCall() local 315 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerForVideoCallAnsweredAsAudio() local 343 Call call = mInCallCallbacks.getService().getLastCall(); in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo() local
|
D | WiredHeadsetTest.java | 46 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
|
D | AdhocConferenceTest.java | 104 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testAddNewIncomingConference_onAnswer() local 127 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testAddNewIncomingConference_onReject() local 163 Call call = mInCallCallbacks.getService().getLastConferenceCall(); in testConferenceCallAddConferenceParticipants() local
|
D | ConnectionServiceTest.java | 76 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection() local 105 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountPackageName() local 128 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection_invalidPhoneAccountAccountId() local 281 final Call call = mInCallCallbacks.getService().getLastCall(); in testCallDirectionIncoming() local
|
D | ConferenceTest.java | 550 private void assertCallCapability(final Call call, final int capability) { in assertCallCapability() 568 private void assertCallConnectTime(final Call call, final int connectTime) { in assertCallConnectTime() 586 private void assertCallExtras(final Call call, final String key, final String value) { in assertCallExtras() 605 private void assertCallStatusHints(final Call call, final StatusHints hints) { in assertCallStatusHints() 623 private void assertCallChildrenContains(final Call call, final Call childrenCall, in assertCallChildrenContains() 643 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
|
D | MissedCallTest.java | 69 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer() local
|
D | RemoteConnectionTest.java | 67 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionOutgoingCall() local 104 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallAccept() local 125 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallReject() local 234 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionDTMFTone() local 580 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionCallbacks_ConferenceableConnections() local 1380 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionCallbacksTest() local 1393 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoCallbacksTest() local 1421 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoTest() local
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallService.java | 44 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()
|
D | SelfManagedAwareInCallServiceTest.java | 134 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/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.h | 37 #define GL_CALL(call) \ argument 45 #define GL_CALL(call) \ argument
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/ |
D | CtsApi29InCallService.java | 45 public void onCallAdded(Call call) { in onCallAdded() 55 public void onCallRemoved(Call call) { in onCallRemoved()
|
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
D | CtsThirdPartyInCallService.java | 67 public void onCallAdded(Call call) { in onCallAdded() 74 public void onCallRemoved(Call call) { in onCallRemoved()
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallService.java | 64 public void onCallAdded(Call call) { in onCallAdded() 71 public void onCallRemoved(Call call) { in onCallRemoved()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SipAudioCallTest.java | 45 SipAudioCall call = new SipAudioCall(mContext, sipProfile); in testSetAndGetAudioGroup() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | MockVsyncHelper.java | 73 void call() throws Exception; in call() method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsIncomingCall.java | 30 public void setCall(Call call) { in setCall()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/ |
D | DialerCallTestService.java | 58 public void onCallAdded(Call call) { in onCallAdded()
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
D | ModifyInstallerPackageTest.java | 155 private void call(Intent intent) { in call() method in ModifyInstallerPackageTest
|