Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentFragment.java139 updateEmptyListUi(cursor == null || cursor.getCount() == 0); in onConversationListCursorUpdated()
151 private void updateEmptyListUi(final boolean isEmpty) { in updateEmptyListUi() method in ShareIntentFragment
DConversationListFragment.java289 updateEmptyListUi(cursor == null || cursor.getCount() == 0); in onConversationListCursorUpdated()
365 private void updateEmptyListUi(final boolean isEmpty) { in updateEmptyListUi() method in ConversationListFragment