Searched refs:cryptoStats (Results 1 – 2 of 2) sorted by relevance
1015 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local1026 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()1027 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()1028 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()1029 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()1031 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()
1311 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal() local1322 set.put("acceptCrypto", (cryptoStats != null) ? cryptoStats.accept : 0); in dumpInternal()1323 set.put("rejectCrypto", (cryptoStats != null) ? cryptoStats.reject : 0); in dumpInternal()1324 set.put("acquireCrypto", (cryptoStats != null) ? cryptoStats.acquire : 0); in dumpInternal()1325 set.put("lockoutCrypto", (cryptoStats != null) ? cryptoStats.lockout : 0); in dumpInternal()1327 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()