Searched refs:usersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
609 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked() local611 for (int i = 0; i < usersWithRecentsLoaded.length; i++) { in usersWithRecentsLoadedLocked()614 usersWithRecentsLoaded[len++] = userId; in usersWithRecentsLoadedLocked()617 if (len < usersWithRecentsLoaded.length) { in usersWithRecentsLoadedLocked()619 return Arrays.copyOf(usersWithRecentsLoaded, len); in usersWithRecentsLoadedLocked()621 return usersWithRecentsLoaded; in usersWithRecentsLoadedLocked()