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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java528 int mAuthenticationRetryCount; field in class:SipSessionGroup.SipSessionImpl
587 mAuthenticationRetryCount = 0;
948 } else if (mAuthenticationRetryCount < 2) {
952 mAuthenticationRetryCount++;
955 + mAuthenticationRetryCount);

Completed in 64 milliseconds