Searched refs:mPerformanceStats (Results 1 – 1 of 1) sorted by relevance
123 private PerformanceStats mPerformanceStats; field in BiometricServiceBase288 mPerformanceStats.permanentLockout++; in handleFailedAttempt()290 mPerformanceStats.lockout++; in handleFailedAttempt()718 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()721 mPerformanceStats.acquire++; in handleAcquired()734 mPerformanceStats.accept++; in handleAuthenticated()736 mPerformanceStats.reject++; in handleAuthenticated()890 mPerformanceStats = stats; in authenticateInternal()