HomeSort by relevance Sort by last modified time
    Searched refs:getUriString (Results 1 - 19 of 19) sorted by null

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 63 sipManager.close(mProfile.getUriString());
70 mProfile.getUriString()),
93 sipManager.close(mProfile.getUriString());
96 log("stopSipService, stop failed for profile: " + mProfile.getUriString() +
274 removeSipProfile(profile.getUriString());
SipSettings.java 239 p.getUriString(), createRegistrationListener());
261 if (p.getUriString().equals(activeProfile.getUriString())) {
272 mSipPreferenceMap.put(p.getUriString(), pref);
312 mSipManager.close(p.getUriString());
322 SipPreference pref = mSipPreferenceMap.remove(p.getUriString());
330 mSipManager.setRegistrationListener(p.getUriString(),
SipUtil.java 108 // Build a URI to represent the SIP account. Does not use SipProfile#getUriString() since
112 Uri sipUri = Uri.parse(profile.getUriString());
SipConnectionService.java 240 if (phone != null && phone.getSipUri().equals(profile.getUriString())) {
252 return PhoneFactory.makeSipPhone(profile.getUriString());
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 147 manager.setRegistrationListener(me.getUriString(), new SipRegistrationListener() {
178 manager.close(me.getUriString());
211 call = manager.makeAudioCall(me.getUriString(), sipAddress, listener, 30);
218 manager.close(me.getUriString());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 68 super("SIP:" + profile.getUriString(), context, notifier);
70 if (DBG) log("new SipPhone: " + profile.getUriString());
83 return mProfile.getUriString().equals(that.mProfile.getUriString());
87 return mProfile.getUriString();
121 + sipAudioCall.getPeerProfile().getUriString());
122 String localUri = sipAudioCall.getLocalProfile().getUriString();
123 if (localUri.equals(mProfile.getUriString())) {
383 private String getUriString(SipProfile p) {
384 // SipProfile.getUriString() may contain "SIP:" and por
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 235 createRelay(listener, localProfile.getUriString()),
493 createRelay(listener, localProfile.getUriString()),
519 createRelay(listener, localProfile.getUriString()),
608 : session.getLocalProfile().getUriString());
SipProfile.java 360 public String getUriString() {
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 170 if (DBG) log("open3: " + localProfile.getUriString() + ": "
306 String key = localProfile.getUriString();
321 String key = localProfile.getUriString();
341 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
351 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
377 + localProfile.getUriString());
428 + ringingSession.getLocalProfile().getUriString()
429 + " -> " + group.getLocalProfile().getUriString());
827 SAR_TAG = "SipAutoReg:" + mSession.getLocalProfile().getUriString();
    [all...]
SipSessionGroup.java 202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString());
232 return mLocalProfile.getUriString();
240 if (DBG) log("close: " + mLocalProfile.getUriString());
689 + mLocalProfile.getUriString(),
    [all...]
SipHelper.java 240 userProfile.getUriString().replaceFirst(replaceStr, ""));
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 202 public String getUriString() {
204 throw new IllegalStateException("called getUriString() on " + this);
214 return Uri.parse(getUriString());
415 dataStream.writeUTF(getUriString());
631 sb.append(" uri=").append(getUriString());
711 dest.writeString(getUriString());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 118 return a.getUriString().equals(b.getUriString());
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 234 milliseconds