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()202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString()); in reset()228 return mLocalProfile; in getLocalProfile()232 return mLocalProfile.getUriString(); in getLocalProfileUri()240 if (DBG) log("close: " + SipService.obfuscateSipUri(mLocalProfile.getUriString())); in close()[all …]
638 private SipProfile mLocalProfile; field in SipService.SipKeepAliveProcessCallback650 mLocalProfile = localProfile; in SipKeepAliveProcessCallback()672 mGroup = new SipSessionGroupExt(mLocalProfile, null, null); in start()
178 private SipProfile mLocalProfile; field in SipAudioCall207 mLocalProfile = localProfile; in SipAudioCall()319 return mLocalProfile; in getLocalProfile()
45182 Landroid/net/sip/SipAudioCall;->mLocalProfile:Landroid/net/sip/SipProfile;