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

  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 111 boolean isPrimary = mProfile.getUriString().equals(
241 String sipUri = p.getUriString();
319 p.getUriString(), createRegistrationListener());
341 if (p.getUriString().equals(activeProfile.getUriString())) {
352 mSipPreferenceMap.put(p.getUriString(), pref);
389 mSipManager.close(p.getUriString());
399 SipPreference pref = mSipPreferenceMap.remove(p.getUriString());
405 mSipManager.setRegistrationListener(p.getUriString(),
SipEditor.java 250 || mSharedPreferences.isPrimaryAccount(p.getUriString())) {
255 Log.e(TAG, "register failed: " + p.getUriString(), e);
263 unregisterProfile(p.getUriString());
435 unregisterProfile(mOldProfile.getUriString());
562 profile.getUriString());
579 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());
  /packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java 325 if (PhoneUtils.getSipPhoneFromUri(cm, p.getUriString()) != null) return;
330 Phone phone = PhoneFactory.makeSipPhone(p.getUriString());
350 mOutgoingSipProfile.getUriString());
353 mOutgoingSipProfile.getUriString());
356 mOutgoingSipProfile.getUriString());
412 if (p.getUriString().equals(primarySipUri)) return p;
SipBroadcastReceiver.java 119 !profile.getUriString().equals(
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
75 return "SIP:" + getUriString(mProfile);
79 return mProfile.getUriString();
101 + sipAudioCall.getPeerProfile().getUriString());
102 String localUri = sipAudioCall.getLocalProfile().getUriString();
103 if (localUri.equals(mProfile.getUriString())) {
332 private String getUriString(SipProfile p) {
333 // SipProfile.getUriString() may contain "SIP:" and port
386 calleeSipUri = mProfile.getUriString().replaceFirst(
626 + mPeer.getUriString() + ": " + sessionStat
    [all...]
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 218 createRelay(listener, localProfile.getUriString()));
473 createRelay(listener, localProfile.getUriString()));
494 createRelay(listener, localProfile.getUriString()));
576 : session.getLocalProfile().getUriString());
SipProfile.java 354 public String getUriString() {
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 204 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
330 String key = localProfile.getUriString();
345 String key = localProfile.getUriString();
365 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
372 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString());
485 + ringingSession.getLocalProfile().getUriString()
486 + " -> " + group.getLocalProfile().getUriString());
714 + mSession.getLocalProfile().getUriString());
732 + mSession.getLocalProfile().getUriString());
770 + mSession.getLocalProfile().getUriString());
    [all...]
SipSessionGroup.java 159 Log.d(TAG, " start stack for " + myself.getUriString());
184 return mLocalProfile.getUriString();
192 Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
    [all...]
SipHelper.java 219 userProfile.getUriString().replaceFirst(

Completed in 167 milliseconds