Searched refs:toStart (Results 1 – 1 of 1) sorted by relevance
20132 List<UserInfo> toStart = new ArrayList<UserInfo>(profiles.size()); in startProfilesLocked() local20136 toStart.add(user); in startProfilesLocked()20139 final int n = toStart.size(); in startProfilesLocked()20142 startUserInBackground(toStart.get(i).id); in startProfilesLocked()