Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
77 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks108 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()126 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()161 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()217 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()220 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()221 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()233 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserRecentsLocked()235 mUsersWithRecentsLoaded.delete(userId); in unloadUserRecentsLocked()