Searched refs:permanentLockout (Results 1 – 1 of 1) sorted by relevance
117 int permanentLockout; // total number of permanent lockouts field in FingerprintService.PerformanceStats896 mPerformanceStats.permanentLockout++; in startAuthentication()1426 set.put("permanentLockout", (stats != null) ? stats.permanentLockout : 0); in dumpInternal()1434 (cryptoStats != null) ? cryptoStats.permanentLockout : 0); in dumpInternal()1464 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, normal.permanentLockout); in dumpProto()1477 proto.write(PerformanceStatsProto.PERMANENT_LOCKOUT, crypto.permanentLockout); in dumpProto()