HomeSort by relevance Sort by last modified time
    Searched refs:ContactsPreferences (Results 1 - 10 of 10) 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;
246 mContactsPrefs = new ContactsPreferences(mContext);
850 private ContactsPreferences.ChangeListener mPreferencesChangeListener =
851 new ContactsPreferences.ChangeListener() {
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 27 import com.android.contacts.common.preference.ContactsPreferences;
62 * See {@link ContactsPreferences#getDisplayOrder()}.
DialpadFragment.java 79 import com.android.contacts.common.preference.ContactsPreferences;
122 private ContactsPreferences mContactsPrefs;
291 mContactsPrefs = new ContactsPreferences(getActivity());
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java 57 import com.android.contacts.common.preference.ContactsPreferences;
185 implements ContactsPreferences.ChangeListener {
238 * It typically happens when {@link ContactsPreferences} has changed its settings
243 private ContactsPreferences mContactsPrefs;
278 mContactsPrefs = new ContactsPreferences(activity);
437 // If ContactsPreferences has changed, we need to reload "all" contacts with the new
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 48 import com.android.contacts.common.preference.ContactsPreferences;
99 ContactsPreferences prefs = new ContactsPreferences(context);

Completed in 144 milliseconds