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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
ContactsPreferencesTest.java 60 Mockito.when(mSharedPreferences.contains(ContactsPreferences.DISPLAY_ORDER_KEY))
98 Mockito.when(mSharedPreferences.getInt(Mockito.eq(ContactsPreferences.DISPLAY_ORDER_KEY),
124 Mockito.when(mSharedPreferences.getInt(Mockito.eq(ContactsPreferences.DISPLAY_ORDER_KEY),
130 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java 57 public static final String DISPLAY_ORDER_KEY = "android.contacts.DISPLAY_ORDER";
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);
  /packages/apps/Dialer/tests/src/com/android/dialer/list/
PhoneFavoritesTileAdapterTest.java 243 ContactsPreferences.DISPLAY_ORDER_KEY, displayOrder).commit();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 254 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
CallCardPresenter.java 170 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 320 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 204 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 362 mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 237 ContactsPreferences.DISPLAY_ORDER_KEY, displayOrder).commit();
    [all...]

Completed in 890 milliseconds