Searched refs:expiringUser (Results 1 – 1 of 1) sorted by relevance
1106 final int expiringUser = dpm.getProfileWithMinimumFailedPasswordsForWipe(userId); in reportFailedUnlockAttempt() local1108 if (expiringUser == userId) { in reportFailedUnlockAttempt()1110 if (expiringUser != UserHandle.USER_SYSTEM) { in reportFailedUnlockAttempt()1113 } else if (expiringUser != UserHandle.USER_NULL) { in reportFailedUnlockAttempt()1120 Slog.i(TAG, "Too many unlock attempts; user " + expiringUser + " will be wiped!"); in reportFailedUnlockAttempt()