OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SORT_KEY
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java
70
// An optional
sort_key
column for displaying contact section labels.
80
public static final String
SORT_KEY
= Phone.SORT_KEY_PRIMARY;
91
PhoneQuery.
SORT_KEY
, // 8
129
public static final String
SORT_KEY
= Email.SORT_KEY_PRIMARY;
140
EmailQuery.
SORT_KEY
, // 8
240
PhoneQuery.
SORT_KEY
);
318
PhoneQuery.
SORT_KEY
);
383
PhoneQuery.
SORT_KEY
);
404
EmailQuery.
SORT_KEY
);
/external/webrtc/webrtc/system_wrappers/source/
sort.cc
61
#define KEY_QSORT(
SORT_KEY
, KEY, NUM_OF_ELEMENTS, KEY_TYPE, COMPARE_FUNC) \
68
qsort((
SORT_KEY
), (NUM_OF_ELEMENTS), sizeof(SortKey), (COMPARE_FUNC)); \
180
KeyType operator()(const SortKey<KeyType>&
sort_key
,
182
return
sort_key
.key_ >> offset;
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
665
mAlphabetIndexer = new AlphabetIndexer(null, ContactsQuery.
SORT_KEY
, alphabet);
[
all
...]
Completed in 170 milliseconds