Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java142 private long getSize(String rootId) { in getSize()
247 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
255 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
518 String rootId = extras.getString(EXTRA_PARENT_ID); in dispatchCreateDocumentWithFlags() local
627 public void setSize(String rootId, long rootSize) { in setSize()
648 public Uri createRegularFile(String rootId, String path, String mimeType, byte[] content) in createRegularFile()
662 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile()
677 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile()
692 private File createFile(String rootId, String path, String mimeType, byte[] content) in createFile()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java352 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot()
364 public RootInfo getRootBlocking(String authority, String rootId) { in getRootBlocking()
372 private RootInfo getRootLocked(String authority, String rootId) { in getRootLocked()
DLoadRootTask.java37 String rootId = DocumentsContract.getRootId(mRootUri); in run() local
DRecentsLoader.java257 public final String rootId; field in RecentsLoader.RecentsTask
261 public RecentsTask(String authority, String rootId) { in RecentsTask()
DRecentsProvider.java108 public static Uri buildState(String authority, String rootId, String documentId) { in buildState()
187 final String rootId = uri.getPathSegments().get(2); in query() local
219 final String rootId = uri.getPathSegments().get(2); in insert() local
DRootCursorWrapper.java41 public RootCursorWrapper(String authority, String rootId, Cursor cursor, int maxCount) { in RootCursorWrapper()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java88 public String rootId; field in ExternalStorageProvider.RootInfo
137 final String rootId; in updateVolumesLocked() local
283 final String rootId = mRoots.keyAt(i); in getDocIdForFileMaybeCreate() local
561 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
DTestDocumentsProvider.java295 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
/frameworks/support/v4/api21/android/support/v4/media/
DMediaBrowserServiceCompatApi21.java96 BrowserRoot(String rootId, Bundle extras) { in BrowserRoot()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java680 public static Uri buildRootUri(String authority, String rootId) { in buildRootUri()
703 public static Uri buildRecentDocumentsUri(String authority, String rootId) { in buildRecentDocumentsUri()
830 String authority, String rootId, String query) { in buildSearchDocumentsUri()
DDocumentsProvider.java357 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments()
456 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DRootInfo.java84 public String rootId; field in RootInfo
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java781 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { in BrowserRoot()
/frameworks/support/v4/java/android/support/v4/media/
DMediaBrowserServiceCompat.java1167 public BrowserRoot(@NonNull String rootId, @Nullable Bundle extras) { in BrowserRoot()