Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
170 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks488 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()508 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()557 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()609 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()612 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()613 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()631 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserDataFromMemoryLocked()633 mUsersWithRecentsLoaded.delete(userId); in unloadUserDataFromMemoryLocked()