Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
DConversationPayloadHandler.java95 Action notificationAction = null; in getNotificationAction() local
110 notificationAction = builder.build(); in getNotificationAction()
112 return notificationAction; in getNotificationAction()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
DVoiceUtil.java107 @NonNull String notificationAction) { in voiceRequestHelper() argument
126 args.putString(KEY_ACTION, notificationAction); in voiceRequestHelper()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java152 Notification.Action notificationAction = new Notification.Action.Builder(iconId, in makeNotificationAction() local
155 return notificationAction; in makeNotificationAction()