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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java160 public void assertChildCount(Uri parentUri, int expected) throws Exception { method in class:DocumentsProviderHelper
165 public void assertChildCount(String parentId, int expected) throws Exception { method in class:DocumentsProviderHelper
170 public void assertChildCount(RootInfo root, int expected) throws Exception { method in class:DocumentsProviderHelper
171 assertChildCount(root.documentId, expected);

Completed in 49 milliseconds