Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java204 public boolean shouldHidePhoneticNamesIfEmpty() { in shouldHidePhoneticNamesIfEmpty() method in ContactsPreferences
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java393 mHideIfEmpty = new ContactsPreferences(getContext()).shouldHidePhoneticNamesIfEmpty(); in addNameEditorViews()