Searched refs:mLocalProfile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java112 private final SipProfile mLocalProfile; field in class:SipSessionGroup
140 mLocalProfile = profile;
156 String protocol = mLocalProfile.getProtocol();
157 int port = mLocalProfile.getPort();
158 String server = mLocalProfile.getProxyAddress();
164 server = mLocalProfile.getSipDomain();
209 Log.d(TAG, " start stack for " + mLocalProfile.getUriString());
235 return mLocalProfile;
239 return mLocalProfile.getUriString();
247 Log.d(TAG, " close stack for " + mLocalProfile
[all...]
H A DSipService.java590 private SipProfile mLocalProfile; field in class:SipService.IntervalMeasurementProcess
602 mLocalProfile = localProfile;
624 mGroup = new SipSessionGroupExt(mLocalProfile, null, null);
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java179 private SipProfile mLocalProfile; field in class:SipAudioCall
208 mLocalProfile = localProfile;
319 return mLocalProfile;

Completed in 1185 milliseconds