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

  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 113 private final SipProfile mLocalProfile;
142 mLocalProfile = myself;
159 SipProfile myself = mLocalProfile;
214 return mLocalProfile;
218 return mLocalProfile.getUriString();
226 Log.d(TAG, " close stack for " + mLocalProfile.getUriString());
613 return mLocalProfile;
648 + mLocalProfile.getUriString(),
    [all...]
SipService.java 637 private SipProfile mLocalProfile;
649 mLocalProfile = localProfile;
671 mGroup = new SipSessionGroupExt(mLocalProfile, null, null);
    [all...]
  /frameworks/base/voip/java/android/net/sip/
SipAudioCall.java 172 private SipProfile mLocalProfile;
201 mLocalProfile = localProfile;
312 return mLocalProfile;
    [all...]

Completed in 16 milliseconds