Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DCustomizableOptionsRowAdapter.java30 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter
34 mCustomActions = customActions; in CustomizableOptionsRowAdapter()
51 if (mCustomActions != null) { in createActions()
53 for (int i = 0; i < mCustomActions.size(); i++) { in createActions()
56 CustomAction customAction = mCustomActions.get(i); in createActions()
74 getMainActivity().startActivitySafe(mCustomActions.get(position).getIntent()); in executeAction()
81 return mCustomActions; in getCustomActions()