Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java231 public ContactListEmptyView getEmptyView() { in getEmptyView() method in ContactEntryListFragment
884 TextView empty = (TextView) getEmptyView().findViewById(R.id.emptyText); in setEmptyText()
/packages/apps/Mms/src/com/android/mms/ui/
DConversationList.java306 ((TextView)(getListView().getEmptyView())).setText(R.string.loading_conversations); in startAsyncQuery()
731 ((TextView)(getListView().getEmptyView())).setText(R.string.no_conversations); in onQueryComplete()