Searched refs:resultActions (Results 1 – 1 of 1) sorted by relevance
9355 ArrayList<Action> resultActions = new ArrayList<>(MAX_ACTION_BUTTONS); in getActionsListWithSystemActions() local9357 resultActions.add(firstAction); in getActionsListWithSystemActions()9366 resultActions.add(action); in getActionsListWithSystemActions()9371 resultActions.add(action); in getActionsListWithSystemActions()9376 resultActions.add(lastAction); in getActionsListWithSystemActions()9383 resultActions.add(lastAction); in getActionsListWithSystemActions()9385 return resultActions; in getActionsListWithSystemActions()