Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DUserItemsCombiner.java53 private List<List<Item>> mRootListAllUsers; field in UserItemsCombiner
79 mRootListAllUsers = checkNotNull(listOfRootLists); in setRootListForAllUsers()
122 checkArgument(mRootListAllUsers != null, "RootListForAllUsers is not set"); in createPresentableListForAllUsers()
134 && !mRootListAllUsers.get(i).isEmpty()) { in createPresentableListForAllUsers()
147 result.addAll(mRootListAllUsers.get(i)); in createPresentableListForAllUsers()
156 result.addAll(mRootListAllUsers.get(i)); in createPresentableListForAllUsers()
160 result.addAll(mRootListAllUsers.get(userIds.indexOf(mCurrentUser))); in createPresentableListForAllUsers()