Home
last modified time | relevance | path

Searched defs:rootId (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java280 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()
DRecentLoader.java100 public final String rootId; field in RecentLoader.RecentTask
104 public RecentTask(String authority, String rootId) { in RecentTask()
DRecentsProvider.java103 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
DRootCursorWrapper.java41 public RootCursorWrapper(String authority, String rootId, Cursor cursor, int maxCount) { in RootCursorWrapper()
DDocumentsActivity.java277 final String rootId = DocumentsContract.getRootId(mRootUri); in doInBackground() local
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java82 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()
DTestDocumentsProvider.java295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java114 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/
DDocumentsContract.java575 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()
DDocumentsProvider.java294 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/
DRootInfo.java48 public String rootId; field in RootInfo
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java535 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { in BrowserRoot()