OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SORT_ORDER_PRIMARY
(Results
1 - 8
of
8
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
SortOrderPreference.java
53
String.valueOf(ContactsPreferences.
SORT_ORDER_PRIMARY
),
67
case ContactsPreferences.
SORT_ORDER_PRIMARY
:
ContactsPreferences.java
52
public static final int
SORT_ORDER_PRIMARY
= 1;
85
return
SORT_ORDER_PRIMARY
;
/packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java
98
if (prefs.getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
/packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java
103
if (getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
JoinContactListAdapter.java
105
if (getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
PostalAddressListAdapter.java
93
if (getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DefaultContactListAdapter.java
89
if (getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
PhoneNumberListAdapter.java
205
if (getSortOrder() == ContactsPreferences.
SORT_ORDER_PRIMARY
) {
Completed in 280 milliseconds