Searched refs:BLANK_HEADER_STRING (Results 1 – 4 of 4) sorted by relevance
38 private static final String BLANK_HEADER_STRING = " "; field in ContactSectionIndexer118 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()
30 protected static final String BLANK_HEADER_STRING = "\u2026"; // ellipsis field in ContactsSectionIndexer60 mSections[i] = BLANK_HEADER_STRING; in ContactsSectionIndexer()61 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in ContactsSectionIndexer()
1021 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
28 private static final String BLANK_HEADER_STRING = " "; field in ContactsSectionIndexer56 mSections[i] = BLANK_HEADER_STRING; in ContactsSectionIndexer()57 } else if (!mSections[i].equals(BLANK_HEADER_STRING)) { in ContactsSectionIndexer()