Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
162 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks445 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()465 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()514 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()566 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()569 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()570 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()588 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserDataFromMemoryLocked()590 mUsersWithRecentsLoaded.delete(userId); in unloadUserDataFromMemoryLocked()