Lines Matching refs:mSession

638         private SipSessionGroup.SipSessionImpl mSession;
653 if (mSession != null) {
675 mSession = (SipSessionGroup.SipSessionImpl)
677 mSession.startKeepAliveProcess(mInterval, this);
686 if (mSession != null) {
687 mSession.stopKeepAliveProcess();
688 mSession = null;
702 if (mSession == null) return;
706 mSession.stopKeepAliveProcess();
708 mSession.startKeepAliveProcess(mInterval, this);
805 private SipSessionGroup.SipSessionImpl mSession;
821 mSession = (SipSessionGroup.SipSessionImpl)
824 if (mSession == null) return;
829 mMyWakeLock.acquire(mSession);
830 mSession.unregister();
832 obfuscateSipUri(mSession.getLocalProfile().getUriString());
840 mKeepAliveSession = mSession.duplicate();
873 mSession.getLocalProfile(), interval);
888 mSession.getLocalProfile());
901 mMyWakeLock.acquire(mSession);
902 mSession.register(EXPIRY_TIME);
918 mMyWakeLock.release(mSession);
919 if (mSession != null) {
920 mSession.setListener(null);
921 if (mNetworkType != -1 && mRegistered) mSession.unregister();
947 int state = (mSession == null)
949 : mSession.getState();
952 mProxy.onRegistering(mSession);
956 mProxy.onRegistrationDone(mSession, duration);
959 mProxy.onRegistrationTimeout(mSession);
961 mProxy.onRegistrationFailed(mSession, mErrorCode,
965 mProxy.onRegistrationFailed(mSession,
969 mProxy.onRegistrationFailed(mSession,
973 mProxy.onRegistrationFailed(mSession,
997 mMyWakeLock.acquire(mSession);
998 mSession.register(EXPIRY_TIME);
1031 if (session != mSession) {
1060 SipProfile localProfile = mSession.getLocalProfile();