Searched refs:getUriString (Results 1 - 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipPhone.java | 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) { method in class:SipPhone 394 // SipProfile.getUriString() ma [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
H A D | SipManager.java | 246 createRelay(listener, localProfile.getUriString()), 510 createRelay(listener, localProfile.getUriString()), 537 createRelay(listener, localProfile.getUriString()), 629 : session.getLocalProfile().getUriString());
|
H A D | SipProfile.java | 360 public String getUriString() { method in class:SipProfile
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 239 public String getUriString() { method in class:Icon 241 throw new IllegalStateException("called getUriString() on " + this); 255 return Uri.parse(getUriString()); 468 dataStream.writeUTF(getUriString()); 538 return Objects.equals(getUriString(), otherIcon.getUriString()); 738 sb.append(" uri=").append(getUriString()); 820 dest.writeString(getUriString());
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipService.java | 173 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 D | SipSessionGroup.java | 202 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 D | SipHelper.java | 240 userProfile.getUriString().replaceFirst(replaceStr, ""));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 278 return a.getUriString().equals(b.getUriString());
|
Completed in 57 milliseconds