Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java221 final Category fakeFirstCategory = Category.fromCursor(fakeCursor, UserId.CURRENT_USER); in testGetCategories() local
239 fakeFirstCategory.getDisplayName(sTargetContext)); in testGetCategories()
240 assertThat(firstCategory.getItemCount()).isEqualTo(fakeFirstCategory.getItemCount()); in testGetCategories()
241 assertThat(firstCategory.getCoverUri()).isEqualTo(fakeFirstCategory.getCoverUri()); in testGetCategories()