Home
last modified time | relevance | path

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

/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
H A DImsEntitlementApi.java67 private int mRetryFullAuthenticationCount = AUTHENTICATION_RETRIES; field in ImsEntitlementApi
134 mRetryFullAuthenticationCount = AUTHENTICATION_RETRIES; in checkEntitlementStatus()
138 if (mRetryFullAuthenticationCount <= 0) { in checkEntitlementStatus()
145 mRetryFullAuthenticationCount--; in checkEntitlementStatus()