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

  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 110 boolean isPrimary = mProfile.getUriString().equals(
234 String sipUri = p.getUriString();
314 p.getUriString(), createRegistrationListener());
336 if (p.getUriString().equals(activeProfile.getUriString())) {
347 mSipPreferenceMap.put(p.getUriString(), pref);
387 mSipManager.close(p.getUriString());
397 SipPreference pref = mSipPreferenceMap.remove(p.getUriString());
403 mSipManager.setRegistrationListener(p.getUriString(),
SipEditor.java 251 || mSharedPreferences.isPrimaryAccount(p.getUriString())) {
256 Log.e(TAG, "register failed: " + p.getUriString(), e);
264 unregisterProfile(p.getUriString());
437 unregisterProfile(mOldProfile.getUriString());
570 profile.getUriString());
587 mSharedPreferences.setPrimaryAccount(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 66 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) {
381 // SipProfile.getUriString() may contain "SIP:" and por
    [all...]
  /packages/services/Telephony/src/com/android/phone/
SipCallOptionHandler.java 380 if (PhoneUtils.getSipPhoneFromUri(cm, p.getUriString()) != null) return;
385 Phone phone = PhoneFactory.makeSipPhone(p.getUriString());
405 mOutgoingSipProfile.getUriString());
408 mOutgoingSipProfile.getUriString());
411 mOutgoingSipProfile.getUriString());
469 if (p.getUriString().equals(primarySipUri)) return p;
SipBroadcastReceiver.java 122 !profile.getUriString().equals(
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 224 createRelay(listener, localProfile.getUriString()));
479 createRelay(listener, localProfile.getUriString()));
504 createRelay(listener, localProfile.getUriString()));
590 : session.getLocalProfile().getUriString());
SipProfile.java 360 public String getUriString() {
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 162 if (DBG) log("open3: " + localProfile.getUriString() + ": "
292 String key = localProfile.getUriString();
307 String key = localProfile.getUriString();
327 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
337 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
363 + localProfile.getUriString());
414 + ringingSession.getLocalProfile().getUriString()
415 + " -> " + group.getLocalProfile().getUriString());
805 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, ""));
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 81 milliseconds