Searched refs:mCustomActions (Results 1 – 1 of 1) sorted by relevance
30 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter34 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()