HomeSort by relevance Sort by last modified time
    Searched refs:ContactsPreferences (Results 1 - 8 of 8) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOrderPreference.java 32 private ContactsPreferences mPreferences;
47 mPreferences = new ContactsPreferences(mContext);
SortOrderPreference.java 32 private ContactsPreferences mPreferences;
47 mPreferences = new ContactsPreferences(mContext);
ContactsPreferences.java 32 public final class ContactsPreferences extends ContentObserver {
43 public ContactsPreferences(Context context) {
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 18 import com.android.contacts.preference.ContactsPreferences;
97 ContactsPreferences prefs = new ContactsPreferences(context);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactListAdapter.java 18 import com.android.contacts.preference.ContactsPreferences;
220 return prefs.getBoolean(ContactsPreferences.PREF_DISPLAY_ONLY_PHONES,
221 ContactsPreferences.PREF_DISPLAY_ONLY_PHONES_DEFAULT);
PhoneFavoriteFragment.java 23 import com.android.contacts.preference.ContactsPreferences;
178 implements ContactsPreferences.ChangeListener {
231 * It typically happens when {@link ContactsPreferences} has changed its settings
236 private ContactsPreferences mContactsPrefs;
271 mContactsPrefs = new ContactsPreferences(activity);
427 // If ContactsPreferences has changed, we need to reload "all" contacts with the new
ContactEntryListFragment.java 23 import com.android.contacts.preference.ContactsPreferences;
131 private ContactsPreferences mContactsPrefs;
260 mContactsPrefs = new ContactsPreferences(mContext);
925 private ContactsPreferences.ChangeListener mPreferencesChangeListener =
926 new ContactsPreferences.ChangeListener() {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 23 import com.android.contacts.preference.ContactsPreferences;
101 ContactsPreferences prefs = new ContactsPreferences(context);

Completed in 1549 milliseconds