FileDocCategorySizeDatePackage
DocumentsContract.javaAPI DocAndroid 5.1 API5120Sat Mar 14 14:09:40 GMT 2015android.provider

DocumentsContract

public final class DocumentsContract extends Object

Fields Summary
public static final String
EXTRA_ERROR
public static final String
EXTRA_INFO
public static final String
EXTRA_LOADING
public static final String
PROVIDER_INTERFACE
Constructors Summary
DocumentsContract()


  throw new RuntimeException("Stub!"); 
Methods Summary
public static android.net.UribuildChildDocumentsUri(java.lang.String authority, java.lang.String parentDocumentId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildChildDocumentsUriUsingTree(android.net.Uri treeUri, java.lang.String parentDocumentId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildDocumentUri(java.lang.String authority, java.lang.String documentId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildDocumentUriUsingTree(android.net.Uri treeUri, java.lang.String documentId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildRecentDocumentsUri(java.lang.String authority, java.lang.String rootId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildRootUri(java.lang.String authority, java.lang.String rootId)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildRootsUri(java.lang.String authority)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildSearchDocumentsUri(java.lang.String authority, java.lang.String rootId, java.lang.String query)

 throw new RuntimeException("Stub!"); 
public static android.net.UribuildTreeDocumentUri(java.lang.String authority, java.lang.String documentId)

 throw new RuntimeException("Stub!"); 
public static android.net.UricreateDocument(android.content.ContentResolver resolver, android.net.Uri parentDocumentUri, java.lang.String mimeType, java.lang.String displayName)

 throw new RuntimeException("Stub!"); 
public static booleandeleteDocument(android.content.ContentResolver resolver, android.net.Uri documentUri)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetDocumentId(android.net.Uri documentUri)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapgetDocumentThumbnail(android.content.ContentResolver resolver, android.net.Uri documentUri, android.graphics.Point size, android.os.CancellationSignal signal)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetRootId(android.net.Uri rootUri)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetSearchDocumentsQuery(android.net.Uri searchDocumentsUri)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetTreeDocumentId(android.net.Uri documentUri)

 throw new RuntimeException("Stub!"); 
public static booleanisDocumentUri(android.content.Context context, android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public static android.net.UrirenameDocument(android.content.ContentResolver resolver, android.net.Uri documentUri, java.lang.String displayName)

 throw new RuntimeException("Stub!");