Searched refs:SHORT_URI_LIST (Results 1 – 1 of 1) sorted by relevance
51 private static final List<Uri> SHORT_URI_LIST = createList(3); field in UrisSupplierTest80 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()