HomeSort by relevance Sort by last modified time
    Searched defs:parentDocumentId (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 208 * @param parentDocumentId parent to verify against.
213 public boolean isChildDocument(String parentDocumentId, String documentId) {
238 * @param parentDocumentId the parent directory to create the new document
251 public String createDocument(String parentDocumentId, String mimeType, String displayName)
354 * @param parentDocumentId the parent of the document to move.
360 public void removeDocument(String documentId, String parentDocumentId)
367 * from the parent document if parentDocumentId is not null or the root document
368 * if parentDocumentId is null. If there are more than one path to this document,
377 * @param parentDocumentId the document from which the path starts if not null,
380 * @return the path of the requested document. If parentDocumentId is nul
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 503 milliseconds