Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhoneticNameEditorView.java88 public static boolean isUnstructuredPhoneticNameColumn(String column) { in isUnstructuredPhoneticNameColumn() method in PhoneticNameEditorView
131 if (isEditingUnstructuredPhoneticName == isUnstructuredPhoneticNameColumn(column)) { in onFieldChanged()