Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java234 public boolean hasDocuments(Selection selection, Predicate<Cursor> filter) { in hasDocuments() method in Model
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java224 public boolean hasDocuments(String... labels) throws UiObjectNotFoundException { in hasDocuments() method in DirectoryListBot
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java383 && mModel.hasDocuments(selection, DocumentFilters.VIRTUAL)) { in shareSelectedDocuments()