Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java173 Notification.Action notificationAction = in newNotificationForIssue() local
175 builder.addAction(notificationAction); in newNotificationForIssue()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java157 Notification.Action notificationAction = new Notification.Action.Builder(iconId, in makeNotificationAction() local
160 return notificationAction; in makeNotificationAction()