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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java360 public String getUriString() { method in class:SipProfile
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java203 public String getUriString() { method in class:Icon
205 throw new IllegalStateException("called getUriString() on " + this);
215 return Uri.parse(getUriString());
423 dataStream.writeUTF(getUriString());
490 return Objects.equals(getUriString(), otherIcon.getUriString());
675 sb.append(" uri=").append(getUriString());
755 dest.writeString(getUriString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java71 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 + sipAudioCall.getPeerProfile().getUriString());
125 String localUri = sipAudioCall.getLocalProfile().getUriString();
126 if (localUri.equals(mProfile.getUriString())) {
393 private String getUriString(SipProfile p) { method in class:SipPhone
394 // SipProfile.getUriString() ma
[all...]

Completed in 551 milliseconds