Searched refs:usersWithRecentsLoaded (Results 1 – 1 of 1) sorted by relevance
587 int[] usersWithRecentsLoaded = new int[mUsersWithRecentsLoaded.size()]; in usersWithRecentsLoadedLocked() local589 for (int i = 0; i < usersWithRecentsLoaded.length; i++) { in usersWithRecentsLoadedLocked()592 usersWithRecentsLoaded[len++] = userId; in usersWithRecentsLoadedLocked()595 if (len < usersWithRecentsLoaded.length) { in usersWithRecentsLoadedLocked()597 return Arrays.copyOf(usersWithRecentsLoaded, len); in usersWithRecentsLoadedLocked()599 return usersWithRecentsLoaded; in usersWithRecentsLoadedLocked()