OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLANK_HEADER_STRING
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsSectionIndexer.java
30
protected static final String
BLANK_HEADER_STRING
= "\u2026"; // ellipsis
60
mSections[i] =
BLANK_HEADER_STRING
;
61
} else if (!mSections[i].equals(
BLANK_HEADER_STRING
)) {
ContactListItemView.java
[
all
...]
/packages/apps/Dialer/java/com/android/contacts/common/list/
ContactsSectionIndexer.java
28
private static final String
BLANK_HEADER_STRING
= " ";
56
mSections[i] =
BLANK_HEADER_STRING
;
57
} else if (!mSections[i].equals(
BLANK_HEADER_STRING
)) {
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactSectionIndexer.java
38
private static final String
BLANK_HEADER_STRING
= " ";
118
mSections[i] =
BLANK_HEADER_STRING
;
119
} else if (!mSections[i].equals(
BLANK_HEADER_STRING
)) {
144
final String section = TextUtils.isEmpty(sortKey) ?
BLANK_HEADER_STRING
:
Completed in 542 milliseconds