Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
165 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks466 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()486 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()535 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()587 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()590 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()591 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()609 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserDataFromMemoryLocked()611 mUsersWithRecentsLoaded.delete(userId); in unloadUserDataFromMemoryLocked()