Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5825 List<Notification.Action> nonContextualActions = getNonContextualActions(); in applyStandardTemplateWithActions() local
5827 int numActions = Math.min(nonContextualActions.size(), MAX_ACTION_BUTTONS); in applyStandardTemplateWithActions()
5848 Action action = nonContextualActions.get(i); in applyStandardTemplateWithActions()