Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9226 mBuilder.mActions = getActionsListWithSystemActions(); in buildStyled()
9343 public ArrayList<Action> getActionsListWithSystemActions() { in getActionsListWithSystemActions() method in Notification.Builder.CallStyle
9409 mBuilder.mActions = getActionsListWithSystemActions(); in makeCallLayout()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6399 List<Notification.Action> actions = style.getActionsListWithSystemActions();