Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DNavRailRootItem.java31 public NavRailRootItem(RootInfo root, ActionHandler actionHandler, boolean maybeShowBadge) { in NavRailRootItem()
42 ActionHandler actionHandler, in NavRailRootItem()
DProfileItem.java33 public ProfileItem(ResolveInfo info, String title, ActionHandler actionHandler) { in ProfileItem()
38 @LayoutRes int layoutId, ResolveInfo info, String title, ActionHandler actionHandler) { in ProfileItem()
DRootAndAppItem.java40 RootInfo root, ResolveInfo info, ActionHandler actionHandler, boolean maybeShowBadge) { in RootAndAppItem()
48 ActionHandler actionHandler, in RootAndAppItem()
DAppItem.java47 public AppItem(ResolveInfo info, String title, UserId userId, ActionHandler actionHandler) { in AppItem()
56 ActionHandler actionHandler) { in AppItem()
DRootItem.java62 public RootItem(RootInfo root, ActionHandler actionHandler, boolean maybeShowBadge) { in RootItem()
66 public RootItem(RootInfo root, ActionHandler actionHandler, String packageName, in RootItem()
74 ActionHandler actionHandler, in RootItem()
DNavRailRootAndAppItem.java32 RootInfo root, ResolveInfo info, ActionHandler actionHandler, boolean maybeShowBadge) { in NavRailRootAndAppItem()
DNavRailProfileItem.java33 public NavRailProfileItem(ResolveInfo info, String title, ActionHandler actionHandler) { in NavRailProfileItem()
DNavRailAppItem.java34 ResolveInfo info, String title, UserId userId, ActionHandler actionHandler) { in NavRailAppItem()
DRootsFragment.java891 static void ejectClicked(View ejectIcon, RootInfo root, ActionHandler actionHandler) { in ejectClicked()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
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()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DProfileSwitcher.java215 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createUserProfileRow() local
229 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createGuestProfileRow() local
247 QCItem.ActionHandler actionHandler = (item, context, intent) -> { in createAddProfileRow() local
273 QCItem.ActionHandler actionHandler) { in createProfileRow()
278 QCItem.ActionHandler actionHandler, boolean isCurrentProfile) { in createProfileRow()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DDistantDisplayQcItem.java36 @Nullable Drawable icon, @Nullable QCItem.ActionHandler actionHandler) { in DistantDisplayQcItem()
99 public Builder setActionHandler(@Nullable QCItem.ActionHandler actionHandler) { in setActionHandler()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
DTestEnvironment.java33 public TestEnvironment(Context testContext, TestEnv env, ActionHandler actionHandler) { in TestEnvironment()