Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java381 public PrimaryItem(int id, int pageName, int iconId, ContactsView contactsView) { in PrimaryItem() argument
382 super(VIEW_TYPE_PRIMARY_ITEM, id, pageName, iconId); in PrimaryItem()