Home | History | Annotate | Download | only in ui

Lines Matching defs:ContactsContract

25 import android.provider.ContactsContract;
51 return ContactsContract.Preferences.SORT_ORDER_PRIMARY;
53 return ContactsContract.Preferences.SORT_ORDER_ALTERNATIVE;
65 ContactsContract.Preferences.SORT_ORDER);
76 ContactsContract.Preferences.SORT_ORDER, sortOrder);
85 return ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY;
87 return ContactsContract.Preferences.DISPLAY_ORDER_ALTERNATIVE;
99 ContactsContract.Preferences.DISPLAY_ORDER);
110 ContactsContract.Preferences.DISPLAY_ORDER, displayOrder);
124 ContactsContract.Preferences.SORT_ORDER), false, this);
127 ContactsContract.Preferences.DISPLAY_ORDER), false, this);