Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java223 final Category fakeSecondCategory = Category.fromCursor(fakeCursor, in testGetCategories() local
245 fakeSecondCategory.getDisplayName(sTargetContext)); in testGetCategories()
246 assertThat(secondCategory.getItemCount()).isEqualTo(fakeSecondCategory.getItemCount()); in testGetCategories()
247 assertThat(secondCategory.getCoverUri()).isEqualTo(fakeSecondCategory.getCoverUri()); in testGetCategories()