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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDocumentsProviderHelper.java212 public void assertDoesNotExist(Uri parentUri, String name) throws Exception { method in class:DocumentsProviderHelper
221 public void assertDoesNotExist(String parentId, String name) throws Exception { method in class:DocumentsProviderHelper
223 assertDoesNotExist(parentUri, name);
226 public void assertDoesNotExist(RootInfo root, String name) throws Exception { method in class:DocumentsProviderHelper
227 assertDoesNotExist(root.getUri(), name);

Completed in 140 milliseconds