Home
last modified time | relevance | path

Searched refs:cryptoStats (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java1418 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local
1429 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()
1430 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()
1431 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()
1432 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()
1434 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()