Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DUserItemsCombinerTest.java91 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_empty()
99 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalItemsOnly()
111 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsWork_personalItemsOnly()
122 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsPersonal_workItemsOnly()
134 .setRootListForCurrentUser(WORK_ITEMS) in testCreatePresentableList_currentIsWork_workItemsOnly()
145 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalAndWorkItems()
164 .setRootListForCurrentUser(WORK_ITEMS) in testCreatePresentableList_currentIsWork_personalAndWorkItems()
183 .setRootListForCurrentUser(PERSONAL_ITEMS) in testCreatePresentableList_currentIsPersonal_personalAndWorkItems_cannotShare()
197 .setRootListForCurrentUser(Collections.emptyList()) in testCreatePresentableList_currentIsWork_personalItemsOnly_cannotShare()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DUserItemsCombiner.java57 UserItemsCombiner setRootListForCurrentUser(List<Item> rootList) { in setRootListForCurrentUser() method in UserItemsCombiner
DRootsFragment.java422 .setRootListForCurrentUser(rootList) in sortLoadResult()