Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelTest.java218 final int categoryCount = 2; in testGetCategories() local
219 try (final Cursor fakeCursor = generateCursorForFakeCategories(categoryCount)) { in testGetCategories()
235 assertThat(categoryList.size()).isEqualTo(categoryCount); in testGetCategories()