Searched refs:usersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
566 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked() local568 for (int i = 0; i < usersWithRecentsLoaded.length; i++) { in usersWithRecentsLoadedLocked()571 usersWithRecentsLoaded[len++] = userId; in usersWithRecentsLoadedLocked()574 if (len < usersWithRecentsLoaded.length) { in usersWithRecentsLoadedLocked()576 return Arrays.copyOf(usersWithRecentsLoaded, len); in usersWithRecentsLoadedLocked()578 return usersWithRecentsLoaded; in usersWithRecentsLoadedLocked()