Home
last modified time | relevance | path

Searched defs:rootListAllUsers (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DUserItemsCombinerTest.java121 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_empty() local
158 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() local
174 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsWork_personalItemsOnly() local
230 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPersonal_workItemsOnly() local
247 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsWork_workItemsOnly() local
317 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPersonal_allUsersItems() local
344 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsWork_allUsersItems() local
372 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPrivate_allUsersItems() local
426 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPersonal_cannotShareToWork() local
457 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsWork_AllItems_cannotSharePersonal() local
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java446 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in sortLoadResult() local
480 List<List<Item>> rootListAllUsers, List<UserId> userIds, in getPresentableListPrivateSpaceEnabled()
510 List<Item> rootListOtherUser, List<List<Item>> rootListAllUsers, in includeHandlerApps()
592 List<List<Item>> rootListAllUsers, ItemComparator comp, State state) { in addToApplicationItemListPrivateSpaceEnabled()
616 List<List<Item>> rootListAllUsers) { in createRootListsPrivateSpaceEnabled()