Home
last modified time | relevance | path

Searched defs:customActions (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuRowFactory.java71 List<CustomAction> customActions = in createMenuRow() local
96 @Nullable List<CustomAction> customActions, in TvOptionsRow()
110 Context context, Menu menu, String title, List<CustomAction> customActions) { in PartnerRow()
DTvOptionsRowAdapter.java56 TvOptionsRowAdapter create(Context context, @Nullable List<CustomAction> customActions); in create()
61 @Nullable List<CustomAction> customActions, in TvOptionsRowAdapter()
DPartnerOptionsRowAdapter.java25 public PartnerOptionsRowAdapter(Context context, List<CustomAction> customActions) { in PartnerOptionsRowAdapter()
DCustomizableOptionsRowAdapter.java28 public CustomizableOptionsRowAdapter(Context context, List<CustomAction> customActions) { in CustomizableOptionsRowAdapter()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserActionFactoryTest.kt82 val customActions = factory.createCustomActions() in testCreateCustomActions() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java153 List<ChooserAction> customActions, in ChooserActionFactory()