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

  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 109 boolean isPrimary = mProfile.getUriString().equals(
245 String sipUri = p.getUriString();
323 p.getUriString(), createRegistrationListener());
345 if (p.getUriString().equals(activeProfile.getUriString())) {
356 mSipPreferenceMap.put(p.getUriString(), pref);
393 mSipManager.close(p.getUriString());
403 SipPreference pref = mSipPreferenceMap.remove(p.getUriString());
409 mSipManager.setRegistrationListener(p.getUriString(),
SipEditor.java 252 || mSharedPreferences.isPrimaryAccount(p.getUriString())) {
257 Log.e(TAG, "register failed: " + p.getUriString(), e);
265 unregisterProfile(p.getUriString());
437 unregisterProfile(mOldProfile.getUriString());
564 profile.getUriString());
581 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/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
79 return mProfile.getUriString().equals(that.mProfile.getUriString());
83 return "SIP:" + getUriString(mProfile);
87 return mProfile.getUriString();
109 + sipAudioCall.getPeerProfile().getUriString());
110 String localUri = sipAudioCall.getLocalProfile().getUriString();
111 if (localUri.equals(mProfile.getUriString())) {
336 private String getUriString(SipProfile p) {
337 // SipProfile.getUriString() may contain "SIP:" and por
    [all...]
  /packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java 355 if (PhoneUtils.getSipPhoneFromUri(cm, p.getUriString()) != null) return;
360 Phone phone = PhoneFactory.makeSipPhone(p.getUriString());
380 mOutgoingSipProfile.getUriString());
383 mOutgoingSipProfile.getUriString());
386 mOutgoingSipProfile.getUriString());
444 if (p.getUriString().equals(primarySipUri)) return p;
SipBroadcastReceiver.java 119 !profile.getUriString().equals(
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 218 createRelay(listener, localProfile.getUriString()));
473 createRelay(listener, localProfile.getUriString()));
498 createRelay(listener, localProfile.getUriString()));
584 : session.getLocalProfile().getUriString());
SipProfile.java 353 public String getUriString() {
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 171 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
295 String key = localProfile.getUriString();
310 String key = localProfile.getUriString();
330 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
337 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
367 + localProfile.getUriString());
418 + ringingSession.getLocalProfile().getUriString()
419 + " -> " + group.getLocalProfile().getUriString());
823 if (DEBUG) TAG = mSession.getLocalProfile().getUriString();
    [all...]
SipSessionGroup.java 185 Log.d(TAG, " start stack for " + myself.getUriString());
218 return mLocalProfile.getUriString();
226 Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
648 + mLocalProfile.getUriString(),
    [all...]
SipHelper.java 242 userProfile.getUriString().replaceFirst(replaceStr, ""));
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 146 milliseconds