Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListFragment.java367 int emptyListText; in updateEmptyListUi() local
369 emptyListText = R.string.conversation_list_first_sync_text; in updateEmptyListUi()
371 emptyListText = R.string.archived_conversation_list_empty_text; in updateEmptyListUi()
373 emptyListText = R.string.conversation_list_empty_text; in updateEmptyListUi()
375 mEmptyListMessageView.setTextHint(emptyListText); in updateEmptyListUi()