Searched refs:cryptoStats (Results 1 – 2 of 2) sorted by relevance
1018 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local1029 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()1030 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()1031 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()1032 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()1034 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()
1322 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local1333 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()1334 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()1335 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()1336 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()1338 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()