Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java61 public static final String UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST = "goto_conv_list"; field in UIIntents
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java75 getBooleanExtra(UIIntents.UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST, false)) { in onCreate()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationListService.java257 intent.putExtra(UIIntents.UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST, true); in getViewMoreItemsView()