Searched refs:getUriString (Results 1 - 8 of 8) sorted by relevance

/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...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java246 createRelay(listener, localProfile.getUriString()),
510 createRelay(listener, localProfile.getUriString()),
537 createRelay(listener, localProfile.getUriString()),
629 : session.getLocalProfile().getUriString());
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/net/voip/src/java/com/android/server/sip/
H A DSipService.java173 if (DBG) log("open3: " + obfuscateSipUri(localProfile.getUriString()) + ": "
309 String key = localProfile.getUriString();
324 String key = localProfile.getUriString();
344 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
354 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
380 + localProfile.getUriString());
431 + ringingSession.getLocalProfile().getUriString()
432 + " -> " + group.getLocalProfile().getUriString());
832 obfuscateSipUri(mSession.getLocalProfile().getUriString());
H A DSipSessionGroup.java202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString());
232 return mLocalProfile.getUriString();
240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString()));
689 + mLocalProfile.getUriString(),
1545 + mLocalProfile.getUriString());
1590 : mPeerProfile.getUriString();
1591 log("keepalive: " + mLocalProfile.getUriString()
1599 + mLocalProfile.getUriString(), getRootCause(t));
1612 log("stop keepalive:" + mLocalProfile.getUriString()
H A DSipHelper.java240 userProfile.getUriString().replaceFirst(replaceStr, ""));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java138 return a.getUriString().equals(b.getUriString());

Completed in 176 milliseconds