Searched refs:createPresentableListForAllUsers (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/ |
D | UserItemsCombinerTest.java | 130 mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)).isEmpty(); in testCreatePresentableListForAllUsers_empty() 166 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPersonal_personalItemsOnly() 183 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsWork_personalItemsOnly() 199 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPrivate_personalItemsOnly() 239 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPersonal_workItemsOnly() 256 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsWork_workItemsOnly() 272 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPrivate_workItemsOnly() 336 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPersonal_allUsersItems() 364 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsWork_allUsersItems() 392 assertThat(mCombiner.createPresentableListForAllUsers(mUserIds, mUserIdToLabelMap)) in testCreatePresentableListForAllUsers_currentIsPrivate_allUsersItems() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | UserItemsCombiner.java | 119 public List<Item> createPresentableListForAllUsers(List<UserId> userIds, in createPresentableListForAllUsers() method in UserItemsCombiner
|
D | RootsFragment.java | 485 .createPresentableListForAllUsers(userIds, userManagerState.getUserIdToLabelMap()); in getPresentableListPrivateSpaceEnabled()
|