Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
H A DUserItemsCombinerTest.java83 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_empty()
91 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalItemsOnly()
103 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsWork_personalItemsOnly()
114 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsPersonal_workItemsOnly()
126 .setRootListForCurrentUser(WORK_ITEMS) in testCreatePresentableList_currentIsWork_workItemsOnly()
137 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalAndWorkItems()
156 .setRootListForCurrentUser(WORK_ITEMS) in testCreatePresentableList_currentIsWork_personalAndWorkItems()
175 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalAndWorkItems_cannotShare()
189 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsWork_personalItemsOnly_cannotShare()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DUserItemsCombiner.java57 UserItemsCombiner setRootListForCurrentUser(List<Item> rootList) { in setRootListForCurrentUser() method in UserItemsCombiner
H A DRootsFragment.java422 .setRootListForCurrentUser(rootList) in sortLoadResult()