Searched refs:notificationAction (Results 1 – 2 of 2) sorted by relevance
125 Notification.Action notificationAction; in suggest() local127 notificationAction = in suggest()130 notificationAction = createNotificationActionFromRemoteAction( in suggest()135 if (notificationAction != null) { in suggest()136 actions.add(notificationAction); in suggest()
151 Notification.Action notificationAction = new Notification.Action.Builder(iconId, in makeNotificationAction() local154 return notificationAction; in makeNotificationAction()