Methods Summary |
---|
public static android.net.Uri | buildChildDocumentsUri(java.lang.String authority, java.lang.String parentDocumentId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildChildDocumentsUriUsingTree(android.net.Uri treeUri, java.lang.String parentDocumentId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildDocumentUri(java.lang.String authority, java.lang.String documentId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildDocumentUriUsingTree(android.net.Uri treeUri, java.lang.String documentId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildRecentDocumentsUri(java.lang.String authority, java.lang.String rootId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildRootUri(java.lang.String authority, java.lang.String rootId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildRootsUri(java.lang.String authority) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildSearchDocumentsUri(java.lang.String authority, java.lang.String rootId, java.lang.String query) throw new RuntimeException("Stub!");
|
public static android.net.Uri | buildTreeDocumentUri(java.lang.String authority, java.lang.String documentId) throw new RuntimeException("Stub!");
|
public static android.net.Uri | createDocument(android.content.ContentResolver resolver, android.net.Uri parentDocumentUri, java.lang.String mimeType, java.lang.String displayName) throw new RuntimeException("Stub!");
|
public static boolean | deleteDocument(android.content.ContentResolver resolver, android.net.Uri documentUri) throw new RuntimeException("Stub!");
|
public static java.lang.String | getDocumentId(android.net.Uri documentUri) throw new RuntimeException("Stub!");
|
public static android.graphics.Bitmap | getDocumentThumbnail(android.content.ContentResolver resolver, android.net.Uri documentUri, android.graphics.Point size, android.os.CancellationSignal signal) throw new RuntimeException("Stub!");
|
public static java.lang.String | getRootId(android.net.Uri rootUri) throw new RuntimeException("Stub!");
|
public static java.lang.String | getSearchDocumentsQuery(android.net.Uri searchDocumentsUri) throw new RuntimeException("Stub!");
|
public static java.lang.String | getTreeDocumentId(android.net.Uri documentUri) throw new RuntimeException("Stub!");
|
public static boolean | isDocumentUri(android.content.Context context, android.net.Uri uri) throw new RuntimeException("Stub!");
|
public static android.net.Uri | renameDocument(android.content.ContentResolver resolver, android.net.Uri documentUri, java.lang.String displayName) throw new RuntimeException("Stub!");
|