HomeSort by relevance Sort by last modified time
    Searched refs:SORT_KEY_ALTERNATIVE (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
Projections.java 57 Phone.SORT_KEY_ALTERNATIVE, // 11
77 Data.SORT_KEY_ALTERNATIVE, // 12
  /packages/apps/Dialer/java/com/android/dialer/contactsfragment/
ContactsCursorLoader.java 84 return sortOrderPrimary ? Contacts.SORT_KEY_PRIMARY : Contacts.SORT_KEY_ALTERNATIVE;
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DefaultContactListAdapter.java 79 sortOrder = Contacts.SORT_KEY_ALTERNATIVE;
81 sortOrder += ", " + Contacts.SORT_KEY_ALTERNATIVE;
PhoneNumberListAdapter.java 174 loader.setSortOrder(Phone.SORT_KEY_ALTERNATIVE);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactListAdapter.java 138 sortOrder = Contacts.SORT_KEY_ALTERNATIVE;
140 sortOrder += ", " + Contacts.SORT_KEY_ALTERNATIVE;
EmailAddressListAdapter.java 104 loader.setSortOrder(Email.SORT_KEY_ALTERNATIVE);
JoinContactListAdapter.java 105 loader.setSortOrder(Contacts.SORT_KEY_ALTERNATIVE);
MultiSelectEmailAddressesListAdapter.java 117 loader.setSortOrder(Email.SORT_KEY_ALTERNATIVE);
MultiSelectPhoneNumbersListAdapter.java 117 loader.setSortOrder(Phone.SORT_KEY_ALTERNATIVE);
PostalAddressListAdapter.java 94 loader.setSortOrder(StructuredPostal.SORT_KEY_ALTERNATIVE);
PhoneNumberListAdapter.java 269 loader.setSortOrder(Phone.SORT_KEY_ALTERNATIVE);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_FrequentsStrequentsTest.java 66 Contacts.SORT_KEY_ALTERNATIVE,
103 Contacts.SORT_KEY_ALTERNATIVE,
ContactsContract_RawContactsTest.java 47 RawContacts.SORT_KEY_ALTERNATIVE,
ContactsContract_ContactsTest.java 309 Contacts.SORT_KEY_ALTERNATIVE,
ContactsContract_DataTest.java 116 Contacts.SORT_KEY_ALTERNATIVE,
344 Contacts.SORT_KEY_ALTERNATIVE,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 129 ? Contacts.SORT_KEY_PRIMARY : Contacts.SORT_KEY_ALTERNATIVE);
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactsCursorLoader.java 76 return sortOrderPrimary ? Phone.SORT_KEY_PRIMARY : Phone.SORT_KEY_ALTERNATIVE;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 424 contentValues.put(RawContacts.SORT_KEY_ALTERNATIVE, "sort_key_alt");
ContactsProvider2Test.java 188 Contacts.SORT_KEY_ALTERNATIVE,
229 Contacts.SORT_KEY_ALTERNATIVE,
274 Contacts.SORT_KEY_ALTERNATIVE,
323 Contacts.SORT_KEY_ALTERNATIVE,
377 RawContacts.SORT_KEY_ALTERNATIVE,
454 Contacts.SORT_KEY_ALTERNATIVE,
536 Contacts.SORT_KEY_ALTERNATIVE,
630 Contacts.SORT_KEY_ALTERNATIVE,
729 PhoneLookup.SORT_KEY_ALTERNATIVE,
763 PhoneLookup.SORT_KEY_ALTERNATIVE,
    [all...]
ContactsDatabaseHelperUpgradeTest.java 287 new TableColumn(RawContacts.SORT_KEY_ALTERNATIVE, TEXT, false, null),
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 914 milliseconds

1 2