Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java607 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forIncomingCall()
623 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forOngoingCall()
645 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
668 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
692 List<Notification.Action> actions = style.getActionsListWithSystemActions(); in testCallStyle_getSystemActions_dropsOldSystemActions()
/frameworks/base/core/java/android/app/
DNotification.java10562 mBuilder.mActions = getActionsListWithSystemActions(); in buildStyled()
10689 public ArrayList<Action> getActionsListWithSystemActions() { in getActionsListWithSystemActions() method in Notification.Builder.CallStyle
10750 mBuilder.mActions = getActionsListWithSystemActions(); in makeCallLayout()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7709 List<Notification.Action> actions = style.getActionsListWithSystemActions();