Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
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()
DAuthenticationStats.java37 public AuthenticationStats(final int userId, int totalAttempts, int rejectedAttempts, in AuthenticationStats()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp226 const size_t totalAttempts = hitCount + mMissCount; in dump() local
478 size_t totalAttempts; in dumpPredictionsByFrequency() member