Searched defs:rootId (Results 1 – 13 of 13) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | LoadRootTask.java | 51 String rootId = DocumentsContract.getRootId(mRootUri); in run() local
|
D | ProvidersCache.java | 313 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot() 317 public RootInfo getRootOneshot(String authority, String rootId, boolean forceRefresh) { in getRootOneshot() 329 public RootInfo getRootBlocking(String authority, String rootId) { in getRootBlocking() 337 private RootInfo getRootLocked(String authority, String rootId) { in getRootLocked()
|
D | ProvidersAccess.java | 45 RootInfo getRootOneshot(String authority, String rootId); in getRootOneshot()
|
D | RootCursorWrapper.java | 45 public RootCursorWrapper(String authority, String rootId, Cursor cursor, int maxCount) { in RootCursorWrapper()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 147 private long getSize(String rootId) { in getSize() 268 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 276 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments() 542 String rootId = extras.getString(EXTRA_PARENT_ID); in dispatchCreateDocumentWithFlags() local 670 public void setSize(String rootId, long rootSize) { in setSize() 691 public Uri createRegularFile(String rootId, String path, String mimeType, byte[] content) in createRegularFile() 705 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile() 720 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile() 735 private File createFile(String rootId, String path, String mimeType, byte[] content) in createFile()
|
D | TestRootProvider.java | 59 public TestRootProvider(String rootName, String rootId, int flags, String rootDocId) { in TestRootProvider()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | EjectRootTask.java | 45 String rootId, in EjectRootTask()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | LoadDocStackTask.java | 96 final String rootId = path.getRootId(); in buildStack() local
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestProvidersAccess.java | 108 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot()
|
D | TestDocumentsProvider.java | 88 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 144 final String rootId = (parentDocId == null) ? DOC_ID_ROOT : null; in findDocumentPath() local 297 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 332 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | RootInfo.java | 87 public String rootId; field in RootInfo
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 412 public Cursor queryRecentDocuments(String rootId, String[] projection) in queryRecentDocuments() 447 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments()
|