Home
last modified time | relevance | path

Searched refs:getCallId (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DConferenceHelper.java35 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()
DSipDetailsTest.java52 assertEquals(callId, debugInfo.getCallId()); in testSipDetailsAttr()
83 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcel()
DPublishAttributesTest.java75 assertEquals(callId, received.getCallId()); in testAttributes()
113 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcel()
DImsRegistrationAttributesTest.java91 assertEquals(callId, attr.getSipDetails().getCallId()); in testRegistrationTypeToTransportAttr()
236 assertEquals(debugInfo.getCallId(), unparcelledDetails.getCallId()); in testParcelUnparcelWithSipDebugInfo()
DImsExternalCallStateTest.java54 assertEquals(1 /**callId*/, unparceledInfo.getCallId()); in parcelUnparcel()
DImsCallingTestOnMockModem.java229 callSession.getCallId(), in testSrvccActiveCall()
351 callSession.getCallId(), in testSrvccIncomingCall()
462 callSession.getCallId(), in testSrvccHoldingCall()
DImsCallingBase.java455 String callid = getCallId(call); in addCall()
462 public String getCallId(Call call) { in getCallId() method in ImsCallingBase
492 String callid = getCallId(call); in removeCall()
DTestMmTelFeature.java234 MediaQualityStatus status = new MediaQualityStatus(mCallSession.getCallId(), in queryMediaQualityStatus()
345 String callId = mCallSession.getCallId(); in onIncomingCallReceivedReturnListener()
DTestImsCallSessionImpl.java81 public String getCallId() { in getCallId() method in TestImsCallSessionImpl
125 Log.d(LOG_TAG, "start :: Illegal state; callId = " + getCallId() in start()
DRcsUceAdapterTest.java3314 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()
DImsCallingTest.java1229 String callSessionId = callSession.getCallId(); in testNotifyCallStateChanged()
1313 String callSessionId = callSession.getCallId(); in testNotifyMediaCallStatusChanged()
DImsServiceTest.java1820 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/
DMockVoiceService.java217 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 …]
DIRadioVoiceImpl.java148 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/
DDomainSelectionCallingBase.java233 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/
DTelecomCtsVoipCall.java51 return mCallControl.getCallId(); in getTelecomCallId()
56 mTelecomCallId = callControl.getCallId().toString(); in onAddCallControl()
DCallStreamingTest.java141 callId[0] = callControl.getCallId(); in testStartCallStreaming()
DTransactionalApisTest.java148 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/
DTransactionalCall.java79 mId = callControl.getCallId().toString(); in setCallControlAndId()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt14584 method @Nullable public String getCallId();
16532 method public int getCallId();
17264 method @NonNull public String getCallId();
17424 method public String getCallId();
Dcurrent.txt29276 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();