Searched defs:senderKey (Results 1 – 3 of 3) sorted by relevance
181 protected void sendMessage(SenderKey senderKey, String messageText) { in sendMessage()225 protected void excludeFromNotification(SenderKey senderKey) { in excludeFromNotification()251 mNotificationInfos.forEach((senderKey, notificationInfo) -> { in clearNotifications() argument281 SenderKey senderKey = new SenderKey(mapMessage); in updateNotification() local292 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()
225 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in voiceReply() local244 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in clearNotificationState() local255 final SenderKey senderKey = intent.getParcelableExtra(EXTRA_SENDER_KEY); in markAsRead() local
238 SenderKey senderKey = message.getSenderKey(); in createNewMessage() local