Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
H A DUserItemsCombinerTest.java84 .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()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DUserItemsCombiner.java62 UserItemsCombiner setRootListForOtherUser(List<Item> rootList) { in setRootListForOtherUser() method in UserItemsCombiner
H A DRootsFragment.java423 .setRootListForOtherUser(rootListOtherUser) in sortLoadResult()