Home
last modified time | relevance | path

Searched defs:senderKey (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java181 protected void sendMessage(SenderKey senderKey, String messageText) { in sendMessage()
225 protected void excludeFromNotification(SenderKey senderKey) { in excludeFromNotification()
251 mNotificationInfos.forEach((senderKey, notificationInfo) -> { in clearNotifications() argument
281 SenderKey senderKey = new SenderKey(mapMessage); in updateNotification() local
292 private void updateNotificationWithIcon(SenderKey senderKey, in updateNotificationWithIcon()
338 private void postNotification(SenderKey senderKey, NotificationInfo notificationInfo) { in postNotification()
345 SenderKey senderKey, NotificationInfo notificationInfo) { in createNotification()
414 private PendingIntent createServiceIntent(SenderKey senderKey, int notificationId, in createServiceIntent()
424 private List<Action> getNotificationActions(SenderKey senderKey, int notificationId) { in getNotificationActions()
463 private boolean shouldAddReplyAction(SenderKey senderKey) { in shouldAddReplyAction()
DMessengerService.java225 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in voiceReply() local
244 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in clearNotificationState() local
255 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in markAsRead() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java238 SenderKey senderKey = message.getSenderKey(); in createNewMessage() local