Searched refs:EXTRA_CONVERSATION_KEY (Results 1 – 3 of 3) sorted by relevance
35 import static com.android.car.messenger.core.shared.MessageConstants.EXTRA_CONVERSATION_KEY;218 bundle.putString(EXTRA_CONVERSATION_KEY, conversationKey); in createServiceIntent()254 final String conversationKey = intent.getStringExtra(EXTRA_CONVERSATION_KEY); in voiceReply()275 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in mute()285 final String conversationKey = extras.getString(EXTRA_CONVERSATION_KEY); in markAsRead()
68 public static final String EXTRA_CONVERSATION_KEY = field in BaseNotificationDelegate331 .putExtra(EXTRA_CONVERSATION_KEY, conversationKey); in createServiceIntent()
54 @NonNull public static final String EXTRA_CONVERSATION_KEY = "EXTRA_CONVERSATION_KEY"; field in MessageConstants