Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java547 int mAuthenticationRetryCount; field in SipSessionGroup.SipSessionImpl
607 mAuthenticationRetryCount = 0; in reset()
983 } else if (mAuthenticationRetryCount < 2) { in handleAuthentication()
987 mAuthenticationRetryCount++; in handleAuthentication()
990 + mAuthenticationRetryCount); in handleAuthentication()