Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9414 final Action negativeAction = makeNegativeAction(); in getActionsListWithSystemActions() local
9419 final Action firstAction = answerAction == null ? null : negativeAction; in getActionsListWithSystemActions()
9420 final Action lastAction = answerAction == null ? negativeAction : answerAction; in getActionsListWithSystemActions()