Home
last modified time | relevance | path

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

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