Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java98 if (RawContactModifier.hasEditTypes(kind)) { in hasValidTypes()
153 if (!hasEditTypes(kind)) return validTypes; in getValidTypes()
217 public static boolean hasEditTypes(DataKind kind) { in hasEditTypes() method in RawContactModifier
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java420 final boolean hasTypes = RawContactModifier.hasEditTypes(kind); in setValues()