Searched refs:mMaxAttempts (Results 1 – 3 of 3) sorted by relevance
72 private int mMaxAttempts = DEFAULT_MAX_ATTEMPTS; field in KeyChainSnapshot99 return mMaxAttempts; in getMaxAttempts()187 mInstance.mMaxAttempts = maxAttempts; in setMaxAttempts()289 out.writeInt(mMaxAttempts); in writeToParcel()303 mMaxAttempts = in.readInt(); in KeyChainSnapshot()
62 private final int mMaxAttempts; field in RequestThrottle102 mMaxAttempts = maxAttempts; in RequestThrottle()143 if (currentRetry < mMaxAttempts) { in runInternal()
51610 Landroid/security/keystore/recovery/KeyChainSnapshot;->mMaxAttempts:I