Home
last modified time | relevance | path

Searched defs:totalAttempts (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthenticationStatsPersister.java126 public void persistFrrStats(int userId, int totalAttempts, int rejectedAttempts, in persistFrrStats()
173 private String buildFrrStats(JSONObject frrStats, int totalAttempts, int rejectedAttempts, in buildFrrStats()
H A DAuthenticationStats.java33 public AuthenticationStats(final int userId, int totalAttempts, int rejectedAttempts, in AuthenticationStats()