/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDialogAttributes.java | 39 public final String callId; field in SipDialogAttributes 50 callId = getNextString(); in SipDialogAttributes() 59 private SipDialogAttributes(String branchId, String callId, String fromUri, in SipDialogAttributes() argument 62 this.callId = callId; in SipDialogAttributes() 100 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in copyWithNewBranch() 105 return new SipDialogAttributes(branchId, callId, mFromUri, fromTag, toUri, in fromExisting() 110 return new SipDialogAttributes(branchId, callId, toUri, fromTag, mFromUri, mToTag, in invertFromTo()
|
D | SipMessageUtils.java | 131 String toContact, String toUri, String branchId, String callId, String fromTag, in generateSipRequest() argument 141 header += "Call-ID: " + callId; in generateSipRequest() 156 String fromContact, String toContact, String branchId, String callId, String fromTag, in generateSipResponse() argument 166 header += "Call-ID: " + callId; in generateSipResponse() 173 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.getToTag(), in generateSipRequest() 180 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.getToTag()); in generateSipResponse()
|
D | ImsExternalCallStateTest.java | 36 String callId = "1"; in parcelUnparcel() local 43 ImsExternalCallState testState = new ImsExternalCallState(callId, address, localAddress, in parcelUnparcel()
|
D | SipDelegateManagerTest.java | 946 String callId = "000050B04074-79e-fc9b8700-29df64-5f3e5811-26fa8"; in testParcelUnparcelSipMessage() local 959 assertEquals(callId, m.getCallIdParameter()); in testParcelUnparcelSipMessage() 1065 ifaces.delegateConn.sendCleanupSession(attr.callId); in testCloseActiveDialog() 1066 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseActiveDialog() 1106 ifaces.delegateConn.sendCleanupSession(attr.callId); in testReceivedActiveDialogClose() 1107 ifaces.delegate.verifyCleanupSession(attr.callId); in testReceivedActiveDialogClose() 1156 ifaces.delegateConn.sendCleanupSession(attr.callId); in testActiveDialogPendingNewInvite() 1157 ifaces.delegate.verifyCleanupSession(attr.callId); in testActiveDialogPendingNewInvite() 1201 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionByePendingCleanup() 1243 ifaces.delegate.verifyCleanupSession(attr.callId); in testCloseSessionPendingBye() [all …]
|
D | TestSipDelegate.java | 79 public void cleanupSession(@NonNull String callId) { in cleanupSession() argument 81 mCleanupSipSessionRequests.offer(callId); in cleanupSession()
|
D | TestSipDelegateConnection.java | 156 public void sendCleanupSession(String callId) { in sendCleanupSession() argument 158 connection.cleanupSession(callId); in sendCleanupSession()
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/ |
D | CtsApi29InCallServiceControl.java | 35 public int getCallState(String callId) { 37 .filter(c -> c.getDetails().getTelecomCallId().equals(callId))
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/ |
D | ICtsApi29InCallServiceControl.aidl | 20 int getCallState(String callId); in getCallState() argument
|