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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java396 int mAuthenticationRetryCount; field in class:SipSessionGroup.SipSessionImpl
451 mAuthenticationRetryCount = 0;
864 } else if (mAuthenticationRetryCount < 2) {
868 mAuthenticationRetryCount++;
871 + mAuthenticationRetryCount);

Completed in 32 milliseconds