Searched refs:PHONETIC_NAME_DISPLAY_KEY (Results 1 – 2 of 2) sorted by relevance
72 public static final String PHONETIC_NAME_DISPLAY_KEY = "Phonetic_name_display"; field in ContactsPreferences188 editor.putInt(PHONETIC_NAME_DISPLAY_KEY, phoneticNameDisplayPreference); in setPhoneticNameDisplayPreference()198 mPhoneticNameDisplayPreference = mPreferences.getInt(PHONETIC_NAME_DISPLAY_KEY, in getPhoneticNameDisplayPreference()332 } else if (PHONETIC_NAME_DISPLAY_KEY.equals(key)) { in refreshValue()374 if (!mPreferences.contains(PHONETIC_NAME_DISPLAY_KEY)) { in maybeMigrateSystemSettings()378 PHONETIC_NAME_DISPLAY_KEY); in maybeMigrateSystemSettings()
65 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()