Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java10696 ArrayList<Action> resultActions = new ArrayList<>(MAX_ACTION_BUTTONS); in getActionsListWithSystemActions() local
10699 resultActions.add(firstAction); in getActionsListWithSystemActions()
10707 resultActions.add(action); in getActionsListWithSystemActions()
10712 resultActions.add(action); in getActionsListWithSystemActions()
10717 resultActions.add(lastAction); in getActionsListWithSystemActions()
10724 resultActions.add(lastAction); in getActionsListWithSystemActions()
10726 return resultActions; in getActionsListWithSystemActions()