Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DRootsCacheTest.java63 assertContainsExactly( in testMatchingRootsEverything()
70 assertContainsExactly( in testMatchingRootsPngOrWild()
77 assertContainsExactly( in testMatchingRootsAudioWild()
84 assertContainsExactly( in testMatchingRootsAudioWildOrImageWild()
91 assertContainsExactly( in testMatchingRootsAudioSpecific()
98 assertContainsExactly( in testMatchingRootsDocument()
105 assertContainsExactly( in testMatchingRootsApplication()
112 assertContainsExactly( in testMatchingRootsFlacOrPng()
117 private static void assertContainsExactly(List<?> expected, List<?> actual) { in assertContainsExactly() method in RootsCacheTest