Searched refs:setRootListForOtherUser (Results 1 – 3 of 3) sorted by relevance
84 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_empty()92 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_currentIsPersonal_personalItemsOnly()104 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalItemsOnly()115 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_workItemsOnly()127 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_currentIsWork_workItemsOnly()138 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_personalAndWorkItems()157 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalAndWorkItems()176 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_personalAndWorkItems_cannotShare()190 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalItemsOnly_cannotShare()
62 UserItemsCombiner setRootListForOtherUser(List<Item> rootList) { in setRootListForOtherUser() method in UserItemsCombiner
423 .setRootListForOtherUser(rootListOtherUser) in sortLoadResult()