Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java49 branchId = getNextString(); in SipDialogAttributes()
50 callId = getNextString(); in SipDialogAttributes()
53 fromTag = getNextString(); in SipDialogAttributes()
74 mToTag = getNextString(); in setToTag()
115 return "sip:" + getNextString() + "@" + SipMessageUtils.BASE_ADDRESS; in getNextSipUri()
118 private String getNextString() { in getNextString() method in SipDialogAttributes