Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java203 final EditType type = getCurrentType(entry, kind); in getTypeFrequencies()
226 public static EditType getCurrentType(ValuesDelta entry, DataKind kind) { in getCurrentType() method in RawContactModifier
236 public static EditType getCurrentType(ContentValues entry, DataKind kind) { in getCurrentType() method in RawContactModifier
247 public static EditType getCurrentType(Cursor cursor, DataKind kind) { in getCurrentType() method in RawContactModifier
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java426 mType = RawContactModifier.getCurrentType(entry, kind); in setValues()