Searched defs:conversationKey (Results 1 – 2 of 2) sorted by relevance
161 String conversationKey = conversation.getId(); in createTapToReadConversation() local214 @NonNull String action, @Nullable String conversationKey, int userAccountId) { in createServiceIntent()254 final String conversationKey = intent.getStringExtra(EXTRA_CONVERSATION_KEY); in voiceReply() local275 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in mute() local285 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in markAsRead() local
143 mNotificationInfos.forEach((conversationKey, notificationInfo) -> { in clearNotifications() argument187 protected void postNotification(ConversationKey conversationKey, in postNotification()288 private List<Action> buildNotificationActions(ConversationKey conversationKey, in buildNotificationActions()326 private PendingIntent createServiceIntent(ConversationKey conversationKey, int notificationId, in createServiceIntent()