Searched refs:mPerformanceStats (Results 1 – 1 of 1) sorted by relevance
103 private PerformanceStats mPerformanceStats; field in BiometricServiceBase267 mPerformanceStats.permanentLockout++; in handleFailedAttempt()269 mPerformanceStats.lockout++; in handleFailedAttempt()685 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()688 mPerformanceStats.acquire++; in handleAcquired()701 mPerformanceStats.accept++; in handleAuthenticated()703 mPerformanceStats.reject++; in handleAuthenticated()858 mPerformanceStats = stats; in authenticateInternal()