Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java389 Notification.Action action = makeNotificationAction(null); in action_builder_hasDefault()
395 Notification.Action action = makeNotificationAction( in action_builder_setSemanticAction()
403 makeNotificationAction(builder -> { in action_parcel()
414 Notification.Action action = makeNotificationAction( in action_clone()
555 Notification.Action actionToKeep = makeNotificationAction(null); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
556 Notification.Action actionToDrop = makeNotificationAction(null); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
578 Notification.Action firstAction = makeNotificationAction(null); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
579 Notification.Action secondAction = makeNotificationAction(null); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
602 Notification.Action oldSystemAction = makeNotificationAction( in testCallStyle_getSystemActions_dropsOldSystemActions()
1716 private Notification.Action makeNotificationAction( in makeNotificationAction() method in NotificationTest