Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUserspaceRebootLogger.java111 public static void logEventAsync(boolean userUnlocked, Executor executor) { in logEventAsync() argument
126 userUnlocked in logEventAsync()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1153 boolean userUnlocked = isLocalUnlockedUser(accounts.userId); in validateAccountsInternal()
1232 if (userUnlocked) { in validateAccountsInternal()
2450 boolean userUnlocked = isLocalUnlockedUser(accounts.userId); in removeAccountInternal()
2451 if (!userUnlocked) { in removeAccountInternal()
2473 if (userUnlocked) { in removeAccountInternal()
2503 String action = userUnlocked ? AccountsDb.DEBUG_ACTION_ACCOUNT_REMOVE in removeAccountInternal()