| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
| D | RootsCache.java | 280 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot() 292 public RootInfo getRootBlocking(String authority, String rootId) { in getRootBlocking() 300 private RootInfo getRootLocked(String authority, String rootId) { in getRootLocked()
|
| D | RecentLoader.java | 100 public final String rootId; field in RecentLoader.RecentTask 104 public RecentTask(String authority, String rootId) { in RecentTask()
|
| D | RecentsProvider.java | 103 public static Uri buildState(String authority, String rootId, String documentId) { in buildState() 182 final String rootId = uri.getPathSegments().get(2); in query() local 214 final String rootId = uri.getPathSegments().get(2); in insert() local
|
| D | RootCursorWrapper.java | 41 public RootCursorWrapper(String authority, String rootId, Cursor cursor, int maxCount) { in RootCursorWrapper()
|
| D | DocumentsActivity.java | 277 final String rootId = DocumentsContract.getRootId(mRootUri); in doInBackground() local
|
| /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
| D | ExternalStorageProvider.java | 82 public String rootId; field in ExternalStorageProvider.RootInfo 126 final String rootId; in updateVolumesLocked() local 203 final String rootId = mRoots.keyAt(i); in getDocIdForFile() local 433 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
|
| D | TestDocumentsProvider.java | 295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
|
| /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
| D | StubProvider.java | 114 private long getSize(String rootId) { in getSize() 225 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 388 public void setSize(String rootId, long rootSize) { in setSize() 409 public Uri createFile(String rootId, String path, String mimeType, byte[] content) in createFile() 440 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile()
|
| /frameworks/base/core/java/android/provider/ |
| D | DocumentsContract.java | 575 public static Uri buildRootUri(String authority, String rootId) { in buildRootUri() 588 public static Uri buildRecentDocumentsUri(String authority, String rootId) { in buildRecentDocumentsUri() 715 String authority, String rootId, String query) { in buildSearchDocumentsUri()
|
| D | DocumentsProvider.java | 294 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 393 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
|
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
| D | RootInfo.java | 48 public String rootId; field in RootInfo
|
| /frameworks/base/media/java/android/service/media/ |
| D | MediaBrowserService.java | 535 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { in BrowserRoot()
|