Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
DUrisSupplierTest.java51 private static final List<Uri> SHORT_URI_LIST = createList(3); field in UrisSupplierTest
80 assertEquals(SHORT_URI_LIST.size(), uris.getItemCount()); in testItemCountEquals_shortList()
94 assertIterableEquals(SHORT_URI_LIST, uris.getUris(mStorage)); in testGetDocsEquals_shortList()
119 return UrisSupplier.create(SHORT_URI_LIST, mStorage); in createWithShortList()