Searched refs:EXTRA_CONVERSATION_KEY (Results 1 – 3 of 3) sorted by relevance
7 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()
24 import static com.android.car.messenger.common.BaseNotificationDelegate.EXTRA_CONVERSATION_KEY;174 return intent.getParcelableExtra(EXTRA_CONVERSATION_KEY); in getConversationKey()
67 public static final String EXTRA_CONVERSATION_KEY = field in BaseNotificationDelegate327 .putExtra(EXTRA_CONVERSATION_KEY, conversationKey); in createServiceIntent()