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 110 boolean isPrimary = mProfile.getUriString().equals(
232 String sipUri = p.getUriString();
310 p.getUriString(), createRegistrationListener());
332 if (p.getUriString().equals(activeProfile.getUriString())) {
343 mSipPreferenceMap.put(p.getUriString(), pref);
380 mSipManager.close(p.getUriString());
390 SipPreference pref = mSipPreferenceMap.remove(p.getUriString());
396 mSipManager.setRegistrationListener(p.getUriString(),
SipEditor.java 256 || mSharedPreferences.isPrimaryAccount(p.getUriString())) {
261 Log.e(TAG, "register failed: " + p.getUriString(), e);
269 unregisterProfile(p.getUriString());
441 unregisterProfile(mOldProfile.getUriString());
568 profile.getUriString());
585 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 225 createRelay(listener, localProfile.getUriString()));
480 createRelay(listener, localProfile.getUriString()));
505 createRelay(listener, localProfile.getUriString()));
591 : session.getLocalProfile().getUriString());
SipProfile.java 360 public String getUriString() {
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 170 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
294 String key = localProfile.getUriString();
309 String key = localProfile.getUriString();
329 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
336 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
366 + localProfile.getUriString());
417 + ringingSession.getLocalProfile().getUriString()
418 + " -> " + group.getLocalProfile().getUriString());
821 TAG = "SipAutoReg:" + mSession.getLocalProfile().getUriString();
    [all...]
SipSessionGroup.java 185 Log.d(TAG, " start stack for " + myself.getUriString());
220 return mLocalProfile.getUriString();
228 Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
661 + mLocalProfile.getUriString(),
    [all...]
SipHelper.java 242 userProfile.getUriString().replaceFirst(replaceStr, ""));
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 202 milliseconds