Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java667 public String getQuantityText(int count, int zeroResourceId, int pluralResourceId) { in getQuantityText() argument
669 return getContext().getString(zeroResourceId); in getQuantityText()