Home
last modified time | relevance | path

Searched defs:parentDocId (Results 1 – 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java180 …ic Path findDocumentPath(@Nullable String parentDocId, String docId) throws FileNotFoundException { in findDocumentPath()
202 public String createDocument(String parentDocId, String mimeType, String displayName) in createDocument()
310 public Cursor queryChildDocuments(String parentDocId, String[] projection, String sortOrder) in queryChildDocuments()
317 String parentDocId, String[] projection, String sortOrder) in queryChildDocumentsForManage()
322 private Cursor queryChildDocuments(String parentDocId, String[] projection, in queryChildDocuments()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java187 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()