Searched refs:permanentLockout (Results 1 – 3 of 3) sorted by relevance
1026 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1034 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()1065 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, normal.permanentLockout); in dumpProto()1078 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, crypto.permanentLockout); in dumpProto()
141 public int permanentLockout; // total number of permanent lockouts field in BiometricServiceBase.PerformanceStats288 mPerformanceStats.permanentLockout++; in handleFailedAttempt()
1330 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1338 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()