Home
last modified time | relevance | path

Searched defs:actionHandler (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DAppsRowItemData.java45 public AppsRowItemData(Item item, ActionHandler actionHandler, boolean shouldShowSummary, in AppsRowItemData()
76 public AppData(AppItem item, ActionHandler actionHandler, boolean shouldShowSummary, in AppData()
97 public RootData(RootItem item, ActionHandler actionHandler, boolean shouldShowSummary, in RootData()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DProfileSwitcher.java129 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createUserProfileRow() local
141 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createGuestProfileRow() local
157 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createAddProfileRow() local
173 QCItem.ActionHandler actionHandler) { in createProfileRow()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DProfileItem.java31 public ProfileItem(ResolveInfo info, String title, ActionHandler actionHandler) { in ProfileItem()
H A DRootAndAppItem.java39 public RootAndAppItem(RootInfo root, ResolveInfo info, ActionHandler actionHandler, in RootAndAppItem()
H A DRootItem.java57 public RootItem(RootInfo root, ActionHandler actionHandler, boolean maybeShowBadge) { in RootItem()
61 public RootItem(RootInfo root, ActionHandler actionHandler, String packageName, in RootItem()
H A DAppItem.java46 public AppItem(ResolveInfo info, String title, UserId userId, ActionHandler actionHandler) { in AppItem()
H A DRootsFragment.java651 static void ejectClicked(View ejectIcon, RootInfo root, ActionHandler actionHandler) { in ejectClicked()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
H A DTestEnvironment.java33 public TestEnvironment(Context testContext, TestEnv env, ActionHandler actionHandler) { in TestEnvironment()