Searched refs:usersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
217 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked() local219 for (int i = 0; i < usersWithRecentsLoaded.length; i++) { in usersWithRecentsLoadedLocked()222 usersWithRecentsLoaded[len++] = userId; in usersWithRecentsLoadedLocked()225 if (len < usersWithRecentsLoaded.length) { in usersWithRecentsLoadedLocked()227 return Arrays.copyOf(usersWithRecentsLoaded, len); in usersWithRecentsLoadedLocked()229 return usersWithRecentsLoaded; in usersWithRecentsLoadedLocked()