Home
last modified time | relevance | path

Searched refs:setRootListForOtherUser (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DUserItemsCombinerTest.java115 .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()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DUserItemsCombiner.java73 UserItemsCombiner setRootListForOtherUser(List<Item> rootList) { in setRootListForOtherUser() method in UserItemsCombiner
DRootsFragment.java493 .setRootListForOtherUser(rootListOtherUser) in getPresentableListPrivateSpaceDisabled()