/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallID.java | 71 return this.getCallId().equalsIgnoreCase( o.getCallId() ); in equals() 97 public String getCallId() { in getCallId() method in CallID
|
D | InReplyTo.java | 89 public String getCallId() { in getCallId() method in InReplyTo
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | ServerLog.java | 345 CallID cid = (CallID) message.getCallId(); in logMessage() 348 callId = cid.getCallId(); in logMessage() 370 CallID cid = (CallID) message.getCallId(); in logMessage() 373 callId = cid.getCallId(); in logMessage()
|
D | SIPDialog.java | 572 this.callIdHeader = sipRequest.getCallId(); in SIPDialog() 623 this.callIdHeader = sipResponse.getCallId(); in SIPDialog() 948 if (!this.getCallId().getCallId().equals(((SIPRequest) request).getCallId().getCallId())) { in sendAck() 950 sipStack.getStackLogger().logError("CallID " + this.getCallId()); in sendAck() 952 "RequestCallID = " + ackRequest.getCallId().getCallId()); in sendAck() 1759 public CallIdHeader getCallId() { in getCallId() method in SIPDialog 1767 this.callIdHeader = sipRequest.getCallId(); in setCallId() 2047 if (!this.getCallId().getCallId().equalsIgnoreCase(dialogRequest.getCallId().getCallId())) { in sendRequest() 2050 sipStack.getStackLogger().logError("CallID " + this.getCallId()); in sendRequest() 2052 "RequestCallID = " + dialogRequest.getCallId().getCallId()); in sendRequest() [all …]
|
D | SIPServerTransaction.java | 644 && getOriginalRequest().getCallId().getCallId().equalsIgnoreCase( in isMessagePartOfTransaction() 645 messageToTest.getCallId().getCallId()) in isMessagePartOfTransaction() 1343 if (!sipResponse.getCallId().getCallId().equals(dialog.getCallId().getCallId())) { in sendResponse()
|
D | SIPTransaction.java | 396 this.callId = (CallID) newOriginalRequest.getCallId(); in setOriginalRequest() 995 && getOriginalRequest().getCallId().getCallId().equals( in doesCancelMatchTransaction() 996 requestToTest.getCallId().getCallId()) in doesCancelMatchTransaction()
|
D | SIPTransactionStack.java | 828 && notifyMessage.getCallId().getCallId().equalsIgnoreCase( in findSubscribeTransaction() 829 ct.callId.getCallId())) { in findSubscribeTransaction() 2156 CallIdHeader callIdHeader = (itDialog != null ? itDialog.getCallId() : null); in auditDialogs() 2157 String callID = (callIdHeader != null ? callIdHeader.getCallId() : null); in auditDialogs() 2331 String cid = replacesHeader.getCallId(); in getReplacesDialog() 2375 String cid = joinHeader.getCallId(); in getJoinDialog()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPResponse.java | 420 if (getCallId() == null) { in checkHeaders() 559 CallID cid = (CallID) this.getCallId(); in getDialogId() 562 StringBuffer retval = new StringBuffer(cid.getCallId()); in getDialogId() 590 CallID cid = (CallID) this.getCallId(); in getDialogId() 592 StringBuffer retval = new StringBuffer(cid.getCallId()); in getDialogId()
|
D | SIPRequest.java | 227 if (this.callIdHeader == null || this.callIdHeader.getCallId() == null in checkHeaders() 228 || callIdHeader.getCallId().equals("")) { in checkHeaders() 551 CallID cid = (CallID) this.getCallId(); in getDialogId() 552 StringBuffer retval = new StringBuffer(cid.getCallId()); in getDialogId() 587 CallID cid = (CallID) this.getCallId(); in getDialogId() 588 StringBuffer retval = new StringBuffer(cid.getCallId()); in getDialogId() 1179 String callId = this.callIdHeader.getCallId(); in getMergeId()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 121 public String getCallId() { in getCallId() method in InCallServiceImpl.CallEvent 200 new CallEvent<String>(mCallId, getCallId(parent))); in onParentChanged() 214 childList.add(getCallId(child)); in onChildrenChanged() 268 String callId = getCallId(call); in onVideoCallChanged() 345 confCallList.add(getCallId(cc)); in onConferenceableCallsChanged() 558 String id = getCallId(call); in onCallAdded() 604 String id = getCallId(call); in onCallRemoved() 634 public static String getCallId(Call call) { in getCallId() method in InCallServiceImpl 1034 return getCallId(callParent); in getCallParent() 1047 childrenList.add(getCallId(call)); in getCallChildren()
|
/external/nist-sip/java/javax/sip/header/ |
D | CallIdHeader.java | 8 String getCallId(); in getCallId() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | ReplacesHeader.java | 30 String getCallId(); in getCallId() method
|
D | JoinHeader.java | 215 public String getCallId(); in getCallId() method
|
D | ReferencesHeader.java | 32 public String getCallId(); in getCallId() method
|
D | References.java | 24 public String getCallId() { in getCallId() method in References
|
D | Replaces.java | 76 public String getCallId() { in getCallId() method in Replaces
|
D | Join.java | 76 public String getCallId() { in getCallId() method in Join
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | JoinParser.java | 72 System.out.println("callId " + t.getCallId() + " from-tag=" + t.getFromTag() in main()
|
D | ReplacesParser.java | 74 System.out.println("callId " + t.getCallId() + " from-tag=" + t.getFromTag() in main()
|
/external/nist-sip/java/javax/sip/ |
D | Dialog.java | 15 CallIdHeader getCallId(); in getCallId() method
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1/ |
D | GrpcLogEntryOrBuilder.java | 46 long getCallId(); in getCallId() method
|
D | GrpcLogEntry.java | 629 public long getCallId() { in getCallId() method in GrpcLogEntry 981 result = result && (getCallId() in equals() 982 == other.getCallId()); in equals() 1034 getCallId()); in hashCode() 1336 if (other.getCallId() != 0L) { in mergeFrom() 1337 setCallId(other.getCallId()); in mergeFrom() 1582 public long getCallId() { in getCallId() method in GrpcLogEntry.Builder
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/ |
D | GrpcLogEntryOrBuilder.java | 61 io.grpc.binarylog.v1alpha.Uint128 getCallId(); in getCallId() method
|
D | GrpcLogEntry.java | 564 public io.grpc.binarylog.v1alpha.Uint128 getCallId() { in getCallId() method in GrpcLogEntry 576 return getCallId(); in getCallIdOrBuilder() 897 output.writeMessage(3, getCallId()); in writeTo() 947 .computeMessageSize(3, getCallId()); in getSerializedSize() 1007 result = result && getCallId() in equals() 1008 .equals(other.getCallId()); in equals() 1064 hash = (53 * hash) + getCallId().hashCode(); in hashCode() 1376 mergeCallId(other.getCallId()); in mergeFrom() 1609 public io.grpc.binarylog.v1alpha.Uint128 getCallId() { in getCallId() method in GrpcLogEntry.Builder 1741 getCallId(), in getCallIdFieldBuilder()
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | AuthenticationHelperImpl.java | 438 String callId = sipRequest.getCallId().getCallId(); in setAuthenticationHeaders()
|