Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
76 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks107 if (!mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()113 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()143 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()195 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()198 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()199 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()211 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserRecentsLocked()213 mUsersWithRecentsLoaded.delete(userId); in unloadUserRecentsLocked()