Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java524 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forIncomingCall()
540 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forOngoingCall()
562 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
585 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
609 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_dropsOldSystemActions()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java9634 mBuilder.mActions = getActionsListWithSystemActions(); in buildStyled()
9751 public ArrayList<Action> getActionsListWithSystemActions() { in getActionsListWithSystemActions() method in Notification.Builder.CallStyle
9812 mBuilder.mActions = getActionsListWithSystemActions(); in makeCallLayout()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7048 List<Notification.Action> actions = style.getActionsListWithSystemActions();