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

  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOrderPreference.java 26 import com.android.contacts.common.preference.ContactsPreferences;
33 private ContactsPreferences mPreferences;
48 mPreferences = new ContactsPreferences(mContext);
SortOrderPreference.java 26 import com.android.contacts.common.preference.ContactsPreferences;
33 private ContactsPreferences mPreferences;
48 mPreferences = new ContactsPreferences(mContext);
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 27 import com.android.contacts.common.preference.ContactsPreferences;
97 ContactsPreferences prefs = new ContactsPreferences(context);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java 32 public final class ContactsPreferences extends ContentObserver {
43 public ContactsPreferences(Context context) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DefaultContactListAdapter.java 33 import com.android.contacts.common.preference.ContactsPreferences;
219 return prefs.getBoolean(ContactsPreferences.PREF_DISPLAY_ONLY_PHONES,
220 ContactsPreferences.PREF_DISPLAY_ONLY_PHONES_DEFAULT);
ContactEntryListFragment.java 50 import com.android.contacts.common.preference.ContactsPreferences;
120 private ContactsPreferences mContactsPrefs;
247 mContactsPrefs = new ContactsPreferences(mContext);
853 private ContactsPreferences.ChangeListener mPreferencesChangeListener =
854 new ContactsPreferences.ChangeListener() {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 49 import com.android.contacts.common.preference.ContactsPreferences;
98 ContactsPreferences prefs = new ContactsPreferences(context);

Completed in 729 milliseconds