OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SORT_ORDER_ALTERNATIVE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
SortOrderPreference.java
54
String.valueOf(ContactsPreferences.
SORT_ORDER_ALTERNATIVE
),
69
case ContactsPreferences.
SORT_ORDER_ALTERNATIVE
:
ContactsPreferences.java
69
public static final int
SORT_ORDER_ALTERNATIVE
= 2;
118
return
SORT_ORDER_ALTERNATIVE
;
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
ContactsPreferencesTest.java
110
ContactsPreferences.
SORT_ORDER_ALTERNATIVE
);
116
Assert.assertEquals(ContactsPreferences.
SORT_ORDER_ALTERNATIVE
,
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
ContactDisplayUtilTests.java
178
.thenReturn(ContactsPreferences.
SORT_ORDER_ALTERNATIVE
);
198
.thenReturn(ContactsPreferences.
SORT_ORDER_ALTERNATIVE
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java
290
if (contactsPreferences.getSortOrder() == ContactsPreferences.
SORT_ORDER_ALTERNATIVE
&&
/packages/apps/Dialer/tests/src/com/android/dialer/list/
PhoneFavoritesTileAdapterTest.java
178
ContactsPreferences.
SORT_ORDER_ALTERNATIVE
)
Completed in 84 milliseconds