Home
last modified time | relevance | path

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

12

/external/nist-sip/java/gov/nist/javax/sip/header/
DCallID.java71 return this.getCallId().equalsIgnoreCase( o.getCallId() ); in equals()
97 public String getCallId() { in getCallId() method in CallID
DInReplyTo.java89 public String getCallId() { in getCallId() method in InReplyTo
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java345 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()
DSIPDialog.java572 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 …]
DSIPServerTransaction.java644 && getOriginalRequest().getCallId().getCallId().equalsIgnoreCase( in isMessagePartOfTransaction()
645 messageToTest.getCallId().getCallId()) in isMessagePartOfTransaction()
1343 if (!sipResponse.getCallId().getCallId().equals(dialog.getCallId().getCallId())) { in sendResponse()
DSIPTransaction.java396 this.callId = (CallID) newOriginalRequest.getCallId(); in setOriginalRequest()
995 && getOriginalRequest().getCallId().getCallId().equals( in doesCancelMatchTransaction()
996 requestToTest.getCallId().getCallId()) in doesCancelMatchTransaction()
DSIPTransactionStack.java828 && 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()
DUDPMessageChannel.java400 || sipMessage.getCallId() == null in processIncomingDataPacket()
409 + sipMessage.getCallId() + "CSeq = " in processIncomingDataPacket()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java420 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()
DSIPRequest.java227 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()
DSIPMessage.java860 String cid = this.callIdHeader.getCallId(); in getTransactionId()
888 return this.callIdHeader.getCallId().hashCode(); in hashCode()
1099 public CallIdHeader getCallId() { in getCallId() method in SIPMessage
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java121 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/
DCallIdHeader.java8 String getCallId(); in getCallId() method
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DReplacesHeader.java30 String getCallId(); in getCallId() method
DJoinHeader.java215 public String getCallId(); in getCallId() method
DReferencesHeader.java32 public String getCallId(); in getCallId() method
DReferences.java24 public String getCallId() { in getCallId() method in References
DReplaces.java76 public String getCallId() { in getCallId() method in Replaces
DJoin.java76 public String getCallId() { in getCallId() method in Join
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DJoinParser.java72 System.out.println("callId " + t.getCallId() + " from-tag=" + t.getFromTag() in main()
DReplacesParser.java74 System.out.println("callId " + t.getCallId() + " from-tag=" + t.getFromTag() in main()
/external/nist-sip/java/javax/sip/
DDialog.java15 CallIdHeader getCallId(); in getCallId() method
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
DGrpcLogEntryOrBuilder.java61 io.grpc.binarylog.v1alpha.Uint128 getCallId(); in getCallId() method
DGrpcLogEntry.java564 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/
DAuthenticationHelperImpl.java438 String callId = sipRequest.getCallId().getCallId(); in setAuthenticationHeaders()

12