HomeSort by relevance Sort by last modified time
    Searched refs:sectionHeader (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 45 public String sectionHeader;
222 mPlacementCache.sectionHeader = (String)getSections()[section];
225 mPlacementCache.sectionHeader = null;
232 mPlacementCache.sectionHeader = null;
ContactListAdapter.java 220 view.setSectionHeader(placement.sectionHeader);
PhoneNumberListAdapter.java 395 view.setSectionHeader(placement.firstInSection ? placement.sectionHeader : null);

Completed in 65 milliseconds