Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/list/
DIndexerListAdapter.java46 protected abstract void setPinnedSectionTitle(View pinnedHeaderView, String title); in setPinnedSectionTitle() method in IndexerListAdapter
152 setPinnedSectionTitle(mHeader, (String) mIndexer.getSections()[section]); in configurePinnedHeaders()
DContactEntryListAdapter.java126 protected void setPinnedSectionTitle(View pinnedHeaderView, String title) { in setPinnedSectionTitle() method in ContactEntryListAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java71 protected abstract void setPinnedSectionTitle(View pinnedHeaderView, String title); in setPinnedSectionTitle() method in IndexerListAdapter
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); in configurePinnedHeaders()
DContactEntryListAdapter.java139 protected void setPinnedSectionTitle(View pinnedHeaderView, String title) { in setPinnedSectionTitle() method in ContactEntryListAdapter