Searched refs:mCustomActions (Results 1 – 2 of 2) sorted by relevance
26 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter30 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()
107 private final ImmutableList<ChooserAction> mCustomActions; field in ChooserActionFactory176 mCustomActions = ImmutableList.copyOf(customActions); in ChooserActionFactory()214 for (int i = 0; i < mCustomActions.size(); i++) { in createCustomActions()218 mCustomActions.get(i), in createCustomActions()