Home
last modified time | relevance | path

Searched refs:PHONETIC_NAME_DISPLAY_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java72 public static final String PHONETIC_NAME_DISPLAY_KEY = "Phonetic_name_display"; field in ContactsPreferences
188 editor.putInt(PHONETIC_NAME_DISPLAY_KEY, phoneticNameDisplayPreference); in setPhoneticNameDisplayPreference()
198 mPhoneticNameDisplayPreference = mPreferences.getInt(PHONETIC_NAME_DISPLAY_KEY, in getPhoneticNameDisplayPreference()
331 } else if (PHONETIC_NAME_DISPLAY_KEY.equals(key)) { in refreshValue()
373 if (!mPreferences.contains(PHONETIC_NAME_DISPLAY_KEY)) { in maybeMigrateSystemSettings()
377 PHONETIC_NAME_DISPLAY_KEY); in maybeMigrateSystemSettings()
/packages/apps/Contacts/tests/src/com/android/contacts/preference/
DContactsPreferencesTest.java65 Mockito.when(mSharedPreferences.contains(ContactsPreferences.PHONETIC_NAME_DISPLAY_KEY)) in setUp()
128 Mockito.eq(ContactsPreferences.PHONETIC_NAME_DISPLAY_KEY), in testGetPhoneticNameDisplay()
139 Mockito.eq(ContactsPreferences.PHONETIC_NAME_DISPLAY_KEY), in testRefreshPhoneticNameDisplay()
145 mContactsPreferences.refreshValue(ContactsPreferences.PHONETIC_NAME_DISPLAY_KEY); in testRefreshPhoneticNameDisplay()