Searched refs:mRootListAllUsers (Results 1 – 1 of 1) sorted by relevance
53 private List<List<Item>> mRootListAllUsers; field in UserItemsCombiner79 mRootListAllUsers = checkNotNull(listOfRootLists); in setRootListForAllUsers()122 checkArgument(mRootListAllUsers != null, "RootListForAllUsers is not set"); in createPresentableListForAllUsers()134 && !mRootListAllUsers.get(i).isEmpty()) { in createPresentableListForAllUsers()147 result.addAll(mRootListAllUsers.get(i)); in createPresentableListForAllUsers()156 result.addAll(mRootListAllUsers.get(i)); in createPresentableListForAllUsers()160 result.addAll(mRootListAllUsers.get(userIds.indexOf(mCurrentUser))); in createPresentableListForAllUsers()