Searched refs:permanentLockout (Results 1 – 3 of 3) sorted by relevance
1023 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1031 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()1062 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, normal.permanentLockout); in dumpProto()1075 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, crypto.permanentLockout); in dumpProto()
120 public int permanentLockout; // total number of permanent lockouts field in BiometricServiceBase.PerformanceStats267 mPerformanceStats.permanentLockout++; in handleFailedAttempt()
1319 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1327 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()