Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9355 ArrayList<Action> resultActions = new ArrayList<>(MAX_ACTION_BUTTONS); in getActionsListWithSystemActions() local
9357 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()