Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9295 mBuilder.mActions = getActionsListWithSystemActions(); in buildStyled()
9412 public ArrayList<Action> getActionsListWithSystemActions() { in getActionsListWithSystemActions() method in Notification.Builder.CallStyle
9478 mBuilder.mActions = getActionsListWithSystemActions(); in makeCallLayout()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6297 List<Notification.Action> actions = style.getActionsListWithSystemActions();