Searched refs:userUnlocked (Results 1 – 2 of 2) sorted by relevance
111 public static void logEventAsync(boolean userUnlocked, Executor executor) { in logEventAsync() argument126 userUnlocked in logEventAsync()
1153 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()