Searched defs:ignoreUserNotAuthenticated (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java552 unlockChildProfile(userId, true /* ignoreUserNotAuthenticated */);
1133 private void unlockChildProfile(int profileHandle, boolean ignoreUserNotAuthenticated) argument
1145 } else if (ignoreUserNotAuthenticated && e instanceof UserNotAuthenticatedException) {
1191 unlockChildProfile(pi.id, false /* ignoreUserNotAuthenticated */);

Completed in 61 milliseconds