OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/
UIIntents.java
61
public static final String
UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST
= "goto_conv_list";
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivity.java
75
getBooleanExtra(UIIntents.
UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST
, false)) {
/packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationListService.java
257
intent.putExtra(UIIntents.
UI_INTENT_EXTRA_GOTO_CONVERSATION_LIST
, true);
Completed in 184 milliseconds