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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java105 private final SipProfile mLocalProfile; field in class:SipSessionGroup
133 mLocalProfile = profile;
149 String protocol = mLocalProfile.getProtocol();
150 int port = mLocalProfile.getPort();
151 String server = mLocalProfile.getProxyAddress();
157 server = mLocalProfile.getSipDomain();
202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString());
228 return mLocalProfile;
232 return mLocalProfile.getUriString();
240 if (DBG) log("close: " + mLocalProfile
[all...]
H A DSipService.java610 private SipProfile mLocalProfile; field in class:SipService.SipKeepAliveProcessCallback
622 mLocalProfile = localProfile;
644 mGroup = new SipSessionGroupExt(mLocalProfile, null, null);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java174 private SipProfile mLocalProfile; field in class:SipAudioCall
202 mLocalProfile = localProfile;
313 return mLocalProfile;

Completed in 66 milliseconds