HomeSort by relevance Sort by last modified time
    Searched defs:ContactsContract (Results 1 - 13 of 13) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 25 import android.provider.ContactsContract;
55 return ContactsContract.Preferences.SORT_ORDER_PRIMARY;
57 return ContactsContract.Preferences.SORT_ORDER_ALTERNATIVE;
69 ContactsContract.Preferences.SORT_ORDER);
80 ContactsContract.Preferences.SORT_ORDER, sortOrder);
89 return ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY;
91 return ContactsContract.Preferences.DISPLAY_ORDER_ALTERNATIVE;
103 ContactsContract.Preferences.DISPLAY_ORDER);
114 ContactsContract.Preferences.DISPLAY_ORDER, displayOrder);
130 ContactsContract.Preferences.SORT_ORDER), false, this)
    [all...]