Home
last modified time | relevance | path

Searched refs:selectionMgr (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEnv.java78 public final DocsSelectionHelper selectionMgr; field in TestEnv
97 selectionMgr = SelectionHelpers.createTestInstance(); in TestEnv()
108 injector.selectionMgr = selectionMgr; in TestEnv()
109 injector.focusManager = new FocusManager(features, selectionMgr, null, null, 0); in TestEnv()
215 selectionMgr.setItemsSelected(ids, true); in selectDocument()
224 selectionMgr.setItemsSelected(ids, true); in selectMultipleFiles()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDragStartListener.java80 SelectionTracker<String> selectionMgr, in RuntimeDragStartListener() argument
89 mSelectionMgr = selectionMgr; in RuntimeDragStartListener()
171 SelectionTracker<String> selectionMgr, in create() argument
181 selectionMgr, in create()
H A DDragHost.java64 SelectionTracker<String> selectionMgr, in DragHost() argument
74 mSelectionMgr = selectionMgr; in DragHost()
H A DRenameDocumentFragment.java196 activity.getInjector().selectionMgr.clearSelection(); in renameDocuments()
H A DDirectoryFragment.java373 mSelectionMgr = mInjector.selectionMgr; in onCreateView()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DFilesActivity.java107 mInjector.selectionMgr = DocsSelectionHelper.create(); in onCreate()
111 mInjector.selectionMgr, in onCreate()
127 mInjector.selectionMgr, in onCreate()
134 mInjector.selectionMgr, in onCreate()
157 mInjector.selectionMgr, in onCreate()
169 mInjector.selectionMgr, in onCreate()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DProfileTabsController.java35 SelectionTracker<String> selectionMgr, in ProfileTabsController() argument
37 mSelectionMgr = checkNotNull(selectionMgr); in ProfileTabsController()
H A DSharedInputHandler.java47 SelectionTracker<String> selectionMgr, in SharedInputHandler() argument
55 mSelectionMgr = selectionMgr; in SharedInputHandler()
H A DInjector.java78 public DocsSelectionHelper selectionMgr; field in Injector
125 selectionMgr.reset(selectionTracker); in updateSharedSelectionTracker()
H A DActionModeController.java61 SelectionTracker<String> selectionMgr, in ActionModeController() argument
67 mSelectionMgr = selectionMgr; in ActionModeController()
H A DFocusManager.java79 SelectionTracker<String> selectionMgr, in FocusManager() argument
85 mSelectionMgr = selectionMgr; in FocusManager()
H A DAbstractActionHandler.java150 mSelectionMgr = injector.selectionMgr; in AbstractActionHandler()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DPickActivity.java106 mInjector.selectionMgr = DocsSelectionHelper.create(); in onCreate()
110 mInjector.selectionMgr, in onCreate()
123 mInjector.selectionMgr, in onCreate()
129 mInjector.selectionMgr, in onCreate()
155 mInjector.selectionMgr, in onCreate()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DActionHandlerTest.java142 mEnv.selectionMgr.clearSelection(); in testCutSelectedDocuments_NoGivenSelection()
162 mEnv.selectionMgr.clearSelection(); in testCopySelectedDocuments_NoGivenSelection()
171 mEnv.selectionMgr.clearSelection(); in testShowDeleteDialog_NoSelection()
181 mEnv.selectionMgr.clearSelection(); in testDeleteSelectedDocuments()
218 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_ArchivedFile()
257 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_VirtualFiles()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java107 mEnv.selectionMgr.select("1"); in setUp()