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