Searched refs:resultActions (Results 1 – 1 of 1) sorted by relevance
9758 ArrayList<Action> resultActions = new ArrayList<>(MAX_ACTION_BUTTONS); in getActionsListWithSystemActions() local9761 resultActions.add(firstAction); in getActionsListWithSystemActions()9769 resultActions.add(action); in getActionsListWithSystemActions()9774 resultActions.add(action); in getActionsListWithSystemActions()9779 resultActions.add(lastAction); in getActionsListWithSystemActions()9786 resultActions.add(lastAction); in getActionsListWithSystemActions()9788 return resultActions; in getActionsListWithSystemActions()