Home
last modified time | relevance | path

Searched defs:conversationKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
DVoiceUtil.java161 String conversationKey = conversation.getId(); in createTapToReadConversation() local
214 @NonNull String action, @Nullable String conversationKey, int userAccountId) { in createServiceIntent()
254 final String conversationKey = intent.getStringExtra(EXTRA_CONVERSATION_KEY); in voiceReply() local
275 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in mute() local
285 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in markAsRead() local
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java143 mNotificationInfos.forEach((conversationKey, notificationInfo) -> { in clearNotifications() argument
187 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()