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

  /packages/apps/Dialer/java/com/android/contacts/common/preference/
ContactsPreferences.java 41 public static final String DISPLAY_ORDER_KEY = "android.contacts.DISPLAY_ORDER";
130 mDisplayOrder = mPreferences.getInt(DISPLAY_ORDER_KEY, getDefaultDisplayOrder());
138 editor.putInt(DISPLAY_ORDER_KEY, displayOrder);
216 if (DISPLAY_ORDER_KEY.equals(key)) {
248 if (!mPreferences.contains(DISPLAY_ORDER_KEY)) {
251 displayOrder = Settings.System.getInt(mContext.getContentResolver(), DISPLAY_ORDER_KEY);
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 54 public static final String DISPLAY_ORDER_KEY = "android.contacts.DISPLAY_ORDER";
159 mDisplayOrder = mPreferences.getInt(DISPLAY_ORDER_KEY, getDefaultDisplayOrder());
167 editor.putInt(DISPLAY_ORDER_KEY, displayOrder);
325 if (DISPLAY_ORDER_KEY.equals(key)) {
363 if (!mPreferences.contains(DISPLAY_ORDER_KEY)) {
367 DISPLAY_ORDER_KEY);

Completed in 422 milliseconds