Searched refs:permanentLockout (Results 1 – 3 of 3) sorted by relevance
1021 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1029 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()1061 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, normal.permanentLockout); in dumpProto()1074 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()
1128 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1136 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()