Searched defs:getUriString (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java360 public String getUriString() { method in class:SipProfile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java66 super("SIP:" + profile.getUriString(), context, notifier);
68 if (DBG) log("new SipPhone: " + profile.getUriString());
81 return mProfile.getUriString().equals(that.mProfile.getUriString());
85 return mProfile.getUriString();
120 + sipAudioCall.getPeerProfile().getUriString());
121 String localUri = sipAudioCall.getLocalProfile().getUriString();
122 if (localUri.equals(mProfile.getUriString())) {
380 private String getUriString(SipProfile p) { method in class:SipPhone
381 // SipProfile.getUriString() ma
[all...]

Completed in 72 milliseconds