Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
153 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks335 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()354 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()403 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()456 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()459 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()460 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()478 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserDataFromMemoryLocked()480 mUsersWithRecentsLoaded.delete(userId); in unloadUserDataFromMemoryLocked()