Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9345 final Action negativeAction = makeNegativeAction(); in getActionsListWithSystemActions() local
9350 final Action firstAction = answerAction == null ? null : negativeAction; in getActionsListWithSystemActions()
9351 final Action lastAction = answerAction == null ? negativeAction : answerAction; in getActionsListWithSystemActions()