/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ConferenceHelper.java | 35 mSessions.put(session.getCallId(), session); in addSession() 42 mSessions.remove(session.getCallId(), session); in removeSession() 71 String foreGroundSessionCallId = mForeGroundSession.getCallId(); in getHoldSession() 73 if (isOnHold && !callSession.getCallId().equals(foreGroundSessionCallId)) { in getHoldSession()
|
D | SipDetailsTest.java | 52 assertEquals(callId, debugInfo.getCallId()); in testSipDetailsAttr() 83 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcel()
|
D | PublishAttributesTest.java | 75 assertEquals(callId, received.getCallId()); in testAttributes() 113 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcel()
|
D | ImsRegistrationAttributesTest.java | 91 assertEquals(callId, attr.getSipDetails().getCallId()); in testRegistrationTypeToTransportAttr() 236 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcelWithSipDebugInfo()
|
D | ImsExternalCallStateTest.java | 54 assertEquals(1 /**callId*/, unparceledInfo.getCallId()); in parcelUnparcel()
|
D | ImsCallingTestOnMockModem.java | 229 callSession.getCallId(), in testSrvccActiveCall() 351 callSession.getCallId(), in testSrvccIncomingCall() 462 callSession.getCallId(), in testSrvccHoldingCall()
|
D | ImsCallingBase.java | 455 String callid = getCallId(call); in addCall() 462 public String getCallId(Call call) { in getCallId() method in ImsCallingBase 492 String callid = getCallId(call); in removeCall()
|
D | TestMmTelFeature.java | 234 MediaQualityStatus status = new MediaQualityStatus(mCallSession.getCallId(), in queryMediaQualityStatus() 345 String callId = mCallSession.getCallId(); in onIncomingCallReceivedReturnListener()
|
D | TestImsCallSessionImpl.java | 81 public String getCallId() { in getCallId() method in TestImsCallSessionImpl 125 Log.d(LOG_TAG, "start :: Illegal state; callId = " + getCallId() in start()
|
D | RcsUceAdapterTest.java | 3314 assertEquals("TestCallId", receivedInfo.getCallId()); in testCapabilitiesRequestWithSipDetails() 3328 assertEquals("TestCallId", receivedInfo.getCallId()); in testCapabilitiesRequestWithSipDetails() 3350 assertEquals("TestCallId1", receivedInfo.getCallId()); in testCapabilitiesRequestWithSipDetails() 3365 assertEquals("TestCallId1", receivedInfo.getCallId()); in testCapabilitiesRequestWithSipDetails() 3387 assertEquals("TestCallId2", receivedInfo.getCallId()); in testCapabilitiesRequestWithSipDetails()
|
D | ImsCallingTest.java | 1229 String callSessionId = callSession.getCallId(); in testNotifyCallStateChanged() 1313 String callSessionId = callSession.getCallId(); in testNotifyMediaCallStatusChanged()
|
D | ImsServiceTest.java | 1820 assertEquals("TestCallId", details.getCallId()); in testRcsAttributesPublish() 1884 assertEquals(callId, details.getCallId()); in testRcsAttributesPublish() 3157 assertEquals(callId, details.getCallId()); in testRcsManagerRegistrationCallback()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockVoiceService.java | 217 public int getCallId() { in getCallId() method in MockVoiceService.MockCallInfo 468 if (mCallList.get(idx).getCallId() == callId) { in generateCallId() 493 if (callInfo.getCallId() == callId) { in getCallInfo() 522 if (callInfo.getCallId() == callId) { in removeCallInfo() 596 + callInfo.getCallId() in scheduleNextEventTimer() 601 callInfo.addCallStateTimerTask(callInfo.getCallId(), nextEvent, duration); in scheduleNextEventTimer() 1064 .obtainMessage(MSG_REQUEST_DIALING_CALL, newCall.getCallId()) in dialVoiceCall() 1092 .obtainMessage(MSG_REQUEST_DIALING_CALL, newCall.getCallId()) in dialEccVoiceCall() 1130 .obtainMessage(MSG_REQUEST_DISCONNECTING_CALL, callInfo.getCallId()) in rejectVoiceCall() 1150 .obtainMessage(MSG_REQUEST_ACTIVATING_CALL, callInfo.getCallId()) in acceptVoiceCall() [all …]
|
D | IRadioVoiceImpl.java | 148 Log.i(mTag, "Incoming call id = " + callInfo.getCallId()); in handleMessage() 225 calls[i].index = mCallList.get(i).getCallId(); in fillUpCurrentCallsRespnose()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 233 private static String getCallId(Call call) { in getCallId() method in DomainSelectionCallingBase 243 String callId = getCallId(call); in addCall() 256 String callId = getCallId(call); in removeCall()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | TelecomCtsVoipCall.java | 51 return mCallControl.getCallId(); in getTelecomCallId() 56 mTelecomCallId = callControl.getCallId().toString(); in onAddCallControl()
|
D | CallStreamingTest.java | 141 callId[0] = callControl.getCallId(); in testStartCallStreaming()
|
D | TransactionalApisTest.java | 148 mTelecomCallId = callControl.getCallId().toString(); in onAddCallControl() 1294 return call.mCallControl.getCallId().toString(); in startCallWithAttributesAndVerify()
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | TransactionalCall.java | 79 mId = callControl.getCallId().toString(); in setCallControlAndId()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 14584 method @Nullable public String getCallId(); 16532 method public int getCallId(); 17264 method @NonNull public String getCallId(); 17424 method public String getCallId();
|
D | current.txt | 29276 method @Deprecated public static String getCallId(android.content.Intent); 29344 method @Deprecated public String getCallId(); 42462 method @NonNull public android.os.ParcelUuid getCallId(); 47198 method @Nullable public String getCallId();
|