Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
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
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java426 mType = RawContactModifier.getCurrentType(entry, kind); in setValues()