Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/receiver/
DNotificationReceiver.java43 intent.getStringExtra(UIIntents.UI_INTENT_EXTRA_CONVERSATION_ID_SET); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java55 public static final String UI_INTENT_EXTRA_CONVERSATION_ID_SET = "conversation_id_set"; field in UIIntents
DUIIntentsImpl.java413 intent.putExtra(UI_INTENT_EXTRA_CONVERSATION_ID_SET, in getPendingIntentForClearingNotifications()