Home
last modified time | relevance | path

Searched defs:docs (Results 1 – 23 of 23) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DMessageBuilder.java45 public String generateDeleteMessage(List<DocumentInfo> docs) { in generateDeleteMessage()
83 @DialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs, in generateListMessage()
DDialogController.java45 void confirmDelete(List<DocumentInfo> docs, ConfirmationCallback callback); in confirmDelete()
77 public void confirmDelete(List<DocumentInfo> docs, ConfirmationCallback callback) { in confirmDelete()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DDocsProviders.java28 public static UrisSupplier createDocsProvider(List<Uri> docs) { in createDocsProvider()
DDocumentStackAsserts.java18 public static void assertEqualsTo(DocumentStack stack, RootInfo root, List<DocumentInfo> docs) { in assertEqualsTo()
DTestDocumentsProvider.java111 public void setNextChildDocumentsReturns(DocumentInfo... docs) { in setNextChildDocumentsReturns()
115 public void setNextRecentDocumentsReturns(DocumentInfo... docs) { in setNextRecentDocumentsReturns()
119 private Cursor createDocumentsCursor(DocumentInfo... docs) { in createDocumentsCursor()
DTestStableIdProvider.java27 public TestStableIdProvider(List<String> docs) { in TestStableIdProvider()
DTestEnv.java65 public final TestDocumentsAccess docs = new TestDocumentsAccess(); field in TestEnv
/packages/apps/DocumentsUI/src/com/android/documentsui/
DLoadDocStackTask.java53 DocumentsAccess docs, in LoadDocStackTask()
106 List<DocumentInfo> docs = mDocs.getDocuments(authority, path.getPath()); in buildStack() local
DRootsMonitor.java50 final DocumentsAccess docs, in RootsMonitor()
95 DocumentsAccess docs, in HandleRootsChangedTask()
DModel.java217 final List<DocumentInfo> docs = new ArrayList<>(size); in loadDocuments() local
DAbstractActionHandler.java124 DocumentsAccess docs, in AbstractActionHandler()
665 void onDocumentsPicked(List<DocumentInfo> docs); in onDocumentsPicked()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DSelectionHelpers.java41 public static DocsSelectionHelper createTestInstance(List<String> docs) { in createTestInstance()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentStack.java68 public DocumentStack(RootInfo root, DocumentInfo... docs) { in DocumentStack()
81 public DocumentStack(RootInfo root, List<DocumentInfo> docs) { in DocumentStack()
90 public DocumentStack(DocumentStack src, DocumentInfo... docs) { in DocumentStack()
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DGetRootDocumentTask.java48 DocumentsAccess docs, in GetRootDocumentTask()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DCreatePickedDocumentTask.java53 DocumentsAccess docs, in CreatePickedDocumentTask()
DActionHandler.java91 DocumentsAccess docs, in ActionHandler()
414 void finishPicking(Uri... docs) { in finishPicking()
DPickActivity.java365 public void onDocumentsPicked(List<DocumentInfo> docs) { in onDocumentsPicked()
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DUrisSupplier.java218 public StandardUrisSupplier(List<Uri> docs) { in StandardUrisSupplier()
223 ArrayList<Uri> docs = new ArrayList<>(clipData.getItemCount()); in listDocs() local
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java105 DocumentsAccess docs, in ActionHandler()
311 List<DocumentInfo> docs = mModel.getDocuments(selection); in deleteSelectedDocuments() local
359 List<DocumentInfo> docs = mModel.loadDocuments( in shareSelectedDocuments() local
DFilesActivity.java338 public void onDocumentsPicked(List<DocumentInfo> docs) { in onDocumentsPicked()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ui/
DTestDialogController.java47 public void confirmDelete(List<DocumentInfo> docs, ConfirmationCallback callback) { in confirmDelete()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java806 List<DocumentInfo> docs = mModel.getDocuments(selected); in openDocuments() local
901 List<DocumentInfo> docs = mModel.getDocuments(selected); in transferDocuments() local
926 private static boolean hasDirectory(List<DocumentInfo> docs) { in hasDirectory()
943 List<DocumentInfo> docs = mModel.getDocuments(selected); in renameDocuments() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java110 DocumentsAccess docs, in TestableActionHandler()