Home
last modified time | relevance | path

Searched refs:EXTRA_CONVERSATION_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java7 import static com.android.car.messenger.common.BaseNotificationDelegate.EXTRA_CONVERSATION_KEY;
195 if (!intent.hasExtra(EXTRA_CONVERSATION_KEY)) { in hasRequiredArgs()
214 final ConversationKey conversationKey = intent.getParcelableExtra(EXTRA_CONVERSATION_KEY); in voiceReply()
233 final ConversationKey conversationKey = intent.getParcelableExtra(EXTRA_CONVERSATION_KEY); in clearNotificationState()
244 final ConversationKey conversationKey = intent.getParcelableExtra(EXTRA_CONVERSATION_KEY); in markAsRead()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java24 import static com.android.car.messenger.common.BaseNotificationDelegate.EXTRA_CONVERSATION_KEY;
174 return intent.getParcelableExtra(EXTRA_CONVERSATION_KEY); in getConversationKey()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java67 public static final String EXTRA_CONVERSATION_KEY = field in BaseNotificationDelegate
327 .putExtra(EXTRA_CONVERSATION_KEY, conversationKey); in createServiceIntent()