/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | LoadFirstRootTask.java | 38 String rootId = null; in getRootId() local
|
D | ProvidersCache.java | 340 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot() 344 public RootInfo getRootOneshot(String authority, String rootId, boolean forceRefresh) { in getRootOneshot() 356 public RootInfo getRootBlocking(String authority, String rootId) { in getRootBlocking() 364 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/testing/ |
D | TestDocumentsProvider.java | 89 public Cursor queryRecentDocuments(String rootId, String[] projection) { in queryRecentDocuments() 94 public Cursor querySearchDocuments(String rootId, String query, String[] projection) { in querySearchDocuments()
|
D | TestProvidersAccess.java | 148 public RootInfo getRootOneshot(String authority, String rootId) { in getRootOneshot()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | EjectRootTask.java | 48 String rootId, in EjectRootTask()
|
/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() 551 String rootId = extras.getString(EXTRA_PARENT_ID); in dispatchCreateDocumentWithFlags() local 679 public void setSize(String rootId, long rootSize) { in setSize() 700 public Uri createRegularFile(String rootId, String path, String mimeType, byte[] content) in createRegularFile() 714 String rootId, String path, String mimeType, List<String> streamTypes, byte[] content) in createVirtualFile() 729 public File getFile(String rootId, String path) throws FileNotFoundException { in getFile() 744 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/ |
D | LoadDocStackTask.java | 95 final String rootId = path.getRootId(); in buildStack() local
|
D | Metrics.java | 367 String rootId = getRootIdSafely(uri); in sanitizeRoot() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 138 void setBrowsedPlayerResponse(int playerId, boolean success, String rootId, int numItems) { in setBrowsedPlayerResponse() 243 int playerId, boolean success, String rootId, int numItems); in setBrowsedPlayerResponseNative()
|
D | MediaPlayerList.java | 116 void run(int playerId, boolean success, String rootId, int numItems); in run()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 182 final String rootId = (parentDocId == null) ? DOC_ID_ROOT : null; in findDocumentPath() local 367 public Cursor queryRecentDocuments(String rootId, String[] projection, in queryRecentDocuments() 436 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | RootInfo.java | 89 public String rootId; field in RootInfo
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 738 String rootId, String[] projection, @Nullable Bundle queryArgs, in queryRecentDocuments() 791 public Cursor querySearchDocuments(String rootId, String[] projection, Bundle queryArgs) in querySearchDocuments()
|