OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISPLAY_ORDER_PRIMARY
(Results
1 - 8
of
8
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/
ContactListItemViewTest.java
60
view.showDisplayName(cursor, 0, ContactsPreferences.
DISPLAY_ORDER_PRIMARY
);
70
view.showDisplayName(cursor, 0, ContactsPreferences.
DISPLAY_ORDER_PRIMARY
);
80
view.showDisplayName(cursor, 0, ContactsPreferences.
DISPLAY_ORDER_PRIMARY
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DisplayOrderPreference.java
54
String.valueOf(ContactsPreferences.
DISPLAY_ORDER_PRIMARY
),
68
case ContactsPreferences.
DISPLAY_ORDER_PRIMARY
:
ContactsPreferences.java
40
public static final int
DISPLAY_ORDER_PRIMARY
= 1;
114
return
DISPLAY_ORDER_PRIMARY
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java
365
if (sortOrder == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
371
if (sortOrder == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
PhoneNumberListAdapter.java
199
if (getContactNameDisplayOrder() == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
/packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java
97
if (getContactNameDisplayOrder() == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
PostalAddressListAdapter.java
87
if (getContactNameDisplayOrder() == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java
66
if (prefs.getDisplayOrder() == ContactsPreferences.
DISPLAY_ORDER_PRIMARY
) {
Completed in 576 milliseconds