Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DUserItemsCombinerTest.java128 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_empty()
165 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly()
182 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsWork_personalItemsOnly()
198 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPrivate_personalItemsOnly()
238 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPersonal_workItemsOnly()
255 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsWork_workItemsOnly()
271 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPrivate_workItemsOnly()
324 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPersonal_allUsersItems()
352 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsWork_allUsersItems()
380 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPrivate_allUsersItems()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DUserItemsCombiner.java78 UserItemsCombiner setRootListForAllUsers(List<List<Item>> listOfRootLists) { in setRootListForAllUsers() method in UserItemsCombiner
DRootsFragment.java484 .setRootListForAllUsers(rootListAllUsers) in getPresentableListPrivateSpaceEnabled()