Searched refs:rootListAllUsers (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/ |
D | UserItemsCombinerTest.java | 121 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_empty() local 122 rootListAllUsers.add(Collections.emptyList()); in testCreatePresentableListForAllUsers_empty() 123 rootListAllUsers.add(Collections.emptyList()); in testCreatePresentableListForAllUsers_empty() 125 rootListAllUsers.add(Collections.emptyList()); in testCreatePresentableListForAllUsers_empty() 128 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_empty() 158 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() local 159 rootListAllUsers.add(Lists.newArrayList(PERSONAL_ITEMS)); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() 160 rootListAllUsers.add(Collections.emptyList()); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() 162 rootListAllUsers.add(Collections.emptyList()); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() 165 .setRootListForAllUsers(rootListAllUsers); in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | RootsFragment.java | 446 final List<List<Item>> rootListAllUsers = new ArrayList<>(); in sortLoadResult() local 448 rootListAllUsers.add(new ArrayList<>()); in sortLoadResult() 454 rootListAllUsers, otherProviders, userIds, maybeShowBadge); in sortLoadResult() 460 createRootListsPrivateSpaceEnabled(item, userIds, rootListAllUsers); in sortLoadResult() 471 context, state, rootListAllUsers, userIds, userManagerState) : in sortLoadResult() 480 List<List<Item>> rootListAllUsers, List<UserId> userIds, in getPresentableListPrivateSpaceEnabled() argument 484 .setRootListForAllUsers(rootListAllUsers) in getPresentableListPrivateSpaceEnabled() 510 List<Item> rootListOtherUser, List<List<Item>> rootListAllUsers, in includeHandlerApps() argument 565 createRootListsPrivateSpaceEnabled(item, userIds, rootListAllUsers); in includeHandlerApps() 573 createRootListsPrivateSpaceEnabled(item, userIds, rootListAllUsers); in includeHandlerApps() [all …]
|