Searched defs:DISPLAY_ORDER_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
H A DContactsPreferences.java57 public static final String DISPLAY_ORDER_KEY = "android.contacts.DISPLAY_ORDER"; field in class:ContactsPreferences
156 mDisplayOrder = mPreferences.getInt(DISPLAY_ORDER_KEY, getDefaultDisplayOrder());
164 editor.putInt(DISPLAY_ORDER_KEY, displayOrder);
309 if (DISPLAY_ORDER_KEY.equals(key)) {
344 if (!mPreferences.contains(DISPLAY_ORDER_KEY)) {
348 DISPLAY_ORDER_KEY);

Completed in 101 milliseconds