Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java1013 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local
1024 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()
1025 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()
1026 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()
1027 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()
1029 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java1120 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local
1131 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()
1132 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()
1133 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()
1134 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()
1136 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()