Searched refs:mLocalProfile (Results 1 – 4 of 4) sorted by relevance
105 private final SipProfile mLocalProfile; field in SipSessionGroup133 mLocalProfile = profile; in SipSessionGroup()149 String protocol = mLocalProfile.getProtocol(); in reset()150 int port = mLocalProfile.getPort(); in reset()151 String server = mLocalProfile.getProxyAddress(); in reset()157 server = mLocalProfile.getSipDomain(); in reset()228 return mLocalProfile; in getLocalProfile()232 return mLocalProfile.getUriString(); in getLocalProfileUri()649 return mLocalProfile; in getLocalProfile()1108 mLocalProfile,[all …]
638 private SipProfile mLocalProfile; field in SipService.SipKeepAliveProcessCallback650 mLocalProfile = localProfile; in SipKeepAliveProcessCallback()672 mGroup = new SipSessionGroupExt(mLocalProfile, null, null); in start()
180 private SipProfile mLocalProfile; field in SipAudioCall209 mLocalProfile = localProfile; in SipAudioCall()321 return mLocalProfile; in getLocalProfile()
36723 Landroid/net/sip/SipAudioCall;->mLocalProfile:Landroid/net/sip/SipProfile;