Home
last modified time | relevance | path

Searched refs:BLANK_HEADER_STRING (Results 1 – 4 of 4) 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/Contacts/src/com/android/contacts/list/
DContactsSectionIndexer.java30 protected static final String BLANK_HEADER_STRING = "\u2026"; // ellipsis field in ContactsSectionIndexer
60 mSections[i] = BLANK_HEADER_STRING; in ContactsSectionIndexer()
61 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in ContactsSectionIndexer()
DContactListItemView.java1021 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactsSectionIndexer.java28 private static final String BLANK_HEADER_STRING = " "; field in ContactsSectionIndexer
56 mSections[i] = BLANK_HEADER_STRING; in ContactsSectionIndexer()
57 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in ContactsSectionIndexer()