Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java69 private ActionHandler mActionHandler; field in AppsRowManagerTest
94 mActionHandler = new TestActionHandler(); in setUp()
126 return new AppsRowManager(mActionHandler, mMaybeShowBadge, mTestUserManagerState, in getAppsRowManager()
132 return new AppsRowManager(mActionHandler, mMaybeShowBadge, mTestUserIdManager, in getAppsRowManager()
140 rootList.add(new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateList_byRootItem()
141 rootList.add(new RootItem(TestProvidersAccess.PICKLES, mActionHandler, mMaybeShowBadge)); in testUpdateList_byRootItem()
142 rootList.add(new RootItem(TestProvidersAccess.PICKLES, mActionHandler, "packageName", in testUpdateList_byRootItem()
144 rootList.add(new RootItem(TestProvidersAccess.PICKLES, mActionHandler, "packageName", in testUpdateList_byRootItem()
167 new RootItem(TestProvidersAccess.INSPECTOR, mActionHandler, mMaybeShowBadge)); in testUpdateList_byHybridItem()
169 mActionHandler)); in testUpdateList_byHybridItem()
[all …]
DDragHostTest.java54 private TestActionHandler mActionHandler; field in DragHostTest
70 mActionHandler = new TestActionHandler(); in setUp()
75 mActionHandler, in setUp()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DDistantDisplayQcItem.java33 private final QCItem.ActionHandler mActionHandler; field in DistantDisplayQcItem
40 mActionHandler = actionHandler; in DistantDisplayQcItem()
60 return mActionHandler; in getActionHandler()
70 private QCItem.ActionHandler mActionHandler; field in DistantDisplayQcItem.Builder
100 mActionHandler = actionHandler; in setActionHandler()
108 return new DistantDisplayQcItem(mTitle, mSubtitle, mIcon, mActionHandler); in build()
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItem.java53 protected final ActionHandler mActionHandler; field in RootItem
65 mActionHandler = actionHandler; in RootItem()
116 RootsFragment.ejectClicked(view, root, mActionHandler); in onActionClick()
147 mActionHandler.openRoot(root); in open()
167 return mActionHandler.dropOn(event, root); in dropOn()
200 && Objects.equals(mActionHandler, other.mActionHandler) in equals()
209 return Objects.hash(root, docInfo, mActionHandler, mPackageName); in hashCode()
219 RootItem stub = new RootItem(stubRootInfo, item.mActionHandler, item.mMaybeShowBadge); in createStubItem()
DRootsFragment.java131 private ActionHandler mActionHandler; field in RootsFragment
224 mActionHandler = mInjector.actions; in onActivityCreated()
231 mActionHandler); in onActivityCreated()
315 mActionHandler)); in onActivityCreated()
365 mActionHandler.loadDocumentsForCurrentStack(); in updateCrossProfileStateAndMaybeRefresh()
376 mActionHandler.loadDocumentsForCurrentStack(); in updateCrossProfileMapStateAndMaybeRefresh()
414 item = new RootItem(root, mActionHandler, maybeShowBadge); in sortLoadResult()
417 item = new RootItem(root, mActionHandler, maybeShowBadge); in sortLoadResult()
420 item = new RootItem(root, mActionHandler, in sortLoadResult()
541 mActionHandler); in includeHandlerApps()
[all …]
DAppItem.java44 private final ActionHandler mActionHandler; field in AppItem
49 mActionHandler = actionHandler; in AppItem()
78 mActionHandler.showAppDetails(info, userId); in showAppDetails()
108 mActionHandler.openRoot(info, userId); in open()
DRootAndAppItem.java47 mActionHandler.showAppDetails(resolveInfo, userId); in showAppDetails()
66 mActionHandler.openRoot(resolveInfo, userId); in onActionClick()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAppsRowItemData.java42 protected final ActionHandler mActionHandler; field in AppsRowItemData
50 mActionHandler = actionHandler; in AppsRowItemData()
89 mActionHandler.openRoot(mResolveInfo, mUserId); in onClicked()
110 mActionHandler.openRoot(mRootInfo); in onClicked()
DAppsRowManager.java51 private final ActionHandler mActionHandler; field in AppsRowManager
61 mActionHandler = handler; in AppsRowManager()
71 mActionHandler = handler; in AppsRowManager()
94 mDataList.add(new RootData((RootItem) item, mActionHandler, shouldShowSummary, in updateList()
97 mDataList.add(new AppData((AppItem) item, mActionHandler, shouldShowSummary, in updateList()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
DTestEnvironment.java31 private final ActionHandler mActionHandler; field in TestEnvironment
36 mActionHandler = actionHandler; in TestEnvironment()
46 return mActionHandler; in getActionHandler()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapterTest.java39 private ActionHandler mActionHandler; field in ModelBackedDocumentsAdapterTest
47 mActionHandler = new TestActionHandler(); in setUp()
50 DocumentsAdapter.Environment env = new TestEnvironment(testContext, mEnv, mActionHandler); in setUp()
DModelBackedDocumentsAdapterPrivateSpaceTest.java39 private ActionHandler mActionHandler; field in ModelBackedDocumentsAdapterPrivateSpaceTest
51 mActionHandler = new TestActionHandler(); in setUp()
55 DocumentsAdapter.Environment env = new TestEnvironment(testContext, mEnv, mActionHandler); in setUp()
DDirectoryAddonsAdapterTest.java46 private ActionHandler mActionHandler; field in DirectoryAddonsAdapterTest
52 mActionHandler = new TestActionHandler(); in setUp()
57 DocumentsAdapter.Environment env = new TestEnvironment(testContext, mEnv, mActionHandler); in setUp()
DDirectoryAddonsAdapterPrivateSpaceTest.java58 private ActionHandler mActionHandler; field in DirectoryAddonsAdapterPrivateSpaceTest
68 mActionHandler = new TestActionHandler(); in setUp()
80 DocumentsAdapter.Environment env = new TestEnvironment(testContext, mEnv, mActionHandler); in setUp()
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/
DQCItem.java62 private ActionHandler mActionHandler; field in QCItem
109 mActionHandler = handler; in setActionHandler()
118 return mActionHandler; in getActionHandler()