Searched refs:usersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
195 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked() local197 for (int i = 0; i < usersWithRecentsLoaded.length; i++) { in usersWithRecentsLoadedLocked()200 usersWithRecentsLoaded[len++] = userId; in usersWithRecentsLoadedLocked()203 if (len < usersWithRecentsLoaded.length) { in usersWithRecentsLoadedLocked()205 return Arrays.copyOf(usersWithRecentsLoaded, len); in usersWithRecentsLoadedLocked()207 return usersWithRecentsLoaded; in usersWithRecentsLoadedLocked()