Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactSectionIndexer.java38 private static final String BLANK_HEADER_STRING = " "; field in ContactSectionIndexer
118 mSections[i] = BLANK_HEADER_STRING; in buildIndexerFromCursorExtras()
119 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in buildIndexerFromCursorExtras()
144 final String section = TextUtils.isEmpty(sortKey) ? BLANK_HEADER_STRING : in buildIndexerFromDisplayNames()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactsSectionIndexer.java33 private static final String BLANK_HEADER_STRING = " "; field in ContactsSectionIndexer
58 mSections[i] = BLANK_HEADER_STRING; in ContactsSectionIndexer()
59 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in ContactsSectionIndexer()