Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java554 TextView countText = (TextView)view.findViewById(R.id.count); in bindHeaderView() local
556 countText.setText(R.string.search_results_searching); in bindHeaderView()
561 countText.setText(mContext.getString( in bindHeaderView()
564 countText.setText(getQuantityText( in bindHeaderView()