Searched refs:mUsersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
167 private final SparseBooleanArray mUsersWithRecentsLoaded = new SparseBooleanArray( field in RecentTasks472 if (mUsersWithRecentsLoaded.get(userId)) { in loadUserRecentsLocked()492 mUsersWithRecentsLoaded.put(userId, true); in loadUserRecentsLocked()541 if (mUsersWithRecentsLoaded.get(userId)) { in syncPersistentTaskIdsLocked()593 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked()596 int userId = mUsersWithRecentsLoaded.keyAt(i); in usersWithRecentsLoadedLocked()597 if (mUsersWithRecentsLoaded.valueAt(i)) { in usersWithRecentsLoadedLocked()615 if (mUsersWithRecentsLoaded.get(userId)) { in unloadUserDataFromMemoryLocked()617 mUsersWithRecentsLoaded.delete(userId); in unloadUserDataFromMemoryLocked()