Searched defs:assertChildCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DDocumentsProviderHelper.java154 public void assertChildCount(Uri parentUri, int expected) throws Exception { method in class:DocumentsProviderHelper
159 public void assertChildCount(String parentId, int expected) throws Exception { method in class:DocumentsProviderHelper
164 public void assertChildCount(RootInfo root, int expected) throws Exception { method in class:DocumentsProviderHelper
165 assertChildCount(root.documentId, expected);

Completed in 95 milliseconds