Home | History | Annotate | Download | only in sip

Lines Matching defs:getUriString

71         super("SIP:" + profile.getUriString(), context, notifier);
73 if (DBG) log("new SipPhone: " + hidePii(profile.getUriString()));
86 return mProfile.getUriString().equals(that.mProfile.getUriString());
90 return mProfile.getUriString();
124 + hidePii(sipAudioCall.getPeerProfile().getUriString()));
125 String localUri = sipAudioCall.getLocalProfile().getUriString();
126 if (localUri.equals(mProfile.getUriString())) {
393 private String getUriString(SipProfile p) {
394 // SipProfile.getUriString() may contain "SIP:" and port
500 calleeSipUri = mProfile.getUriString().replaceFirst(replaceStr,
768 + hidePii(mPeer.getUriString()) + ": " + sessionState
817 log("onChanged: " + hidePii(mPeer.getUriString()) + ": " + mState
839 this(owner, callee, getUriString(callee));
955 log("hangup: conn=" + hidePii(mPeer.getUriString())
989 + mPeer.getUriString() + " from " + mOwner + " back to "