Home
last modified time | relevance | path

Searched refs:expiringUser (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java275 final int expiringUser = dpm.getProfileWithMinimumFailedPasswordsForWipe(userId); in reportFailedUnlockAttempt() local
277 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()