Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootsFragment.java445 final List<Item> rootListOtherUser = new ArrayList<>(); in sortLoadResult() local
453 includeHandlerApps(state, handlerAppIntent, excludePackage, rootList, rootListOtherUser, in sortLoadResult()
462 createRootListsPrivateSpaceDisabled(item, rootList, rootListOtherUser); in sortLoadResult()
473 rootListOtherUser); in sortLoadResult()
489 List<Item> rootList, List<Item> rootListOtherUser) { in getPresentableListPrivateSpaceDisabled() argument
493 .setRootListForOtherUser(rootListOtherUser) in getPresentableListPrivateSpaceDisabled()
510 List<Item> rootListOtherUser, List<List<Item>> rootListAllUsers, in includeHandlerApps() argument
567 createRootListsPrivateSpaceDisabled(item, rootList, rootListOtherUser); in includeHandlerApps()
575 createRootListsPrivateSpaceDisabled(item, rootList, rootListOtherUser); in includeHandlerApps()
586 addToApplicationItemListPrivateSpaceDisabled(rootList, rootListOtherUser, comp, state); in includeHandlerApps()
[all …]