Home
last modified time | relevance | path

Searched refs:mCustomActions (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DCustomizableOptionsRowAdapter.java26 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter
30 mCustomActions = customActions; in CustomizableOptionsRowAdapter()
47 if (mCustomActions != null) { in createActions()
49 for (int i = 0; i < mCustomActions.size(); i++) { in createActions()
52 CustomAction customAction = mCustomActions.get(i); in createActions()
71 getMainActivity().startActivitySafe(mCustomActions.get(position).getIntent()); in executeAction()
78 return mCustomActions; in getCustomActions()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java107 private final ImmutableList<ChooserAction> mCustomActions; field in ChooserActionFactory
176 mCustomActions = ImmutableList.copyOf(customActions); in ChooserActionFactory()
214 for (int i = 0; i < mCustomActions.size(); i++) { in createCustomActions()
218 mCustomActions.get(i), in createCustomActions()