Searched refs:setRootListForOtherUser (Results 1 – 3 of 3) sorted by relevance
115 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_empty()137 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_currentIsPersonal_personalItemsOnly()149 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalItemsOnly()209 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_workItemsOnly()221 .setRootListForOtherUser(Collections.emptyList()); in testCreatePresentableList_currentIsWork_workItemsOnly()282 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_personalAndWorkItems()301 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalAndWorkItems()403 .setRootListForOtherUser(WORK_ITEMS); in testCreatePresentableList_currentIsPersonal_personalAndWorkItems_cannotShare()417 .setRootListForOtherUser(PERSONAL_ITEMS); in testCreatePresentableList_currentIsWork_personalItemsOnly_cannotShare()
73 UserItemsCombiner setRootListForOtherUser(List<Item> rootList) { in setRootListForOtherUser() method in UserItemsCombiner
493 .setRootListForOtherUser(rootListOtherUser) in getPresentableListPrivateSpaceDisabled()