Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java802 if (isTypeAllowed(type, entries, kind)) { in adjustType()
811 if (isTypeAllowed(editType.rawValue, entries, kind)) { in adjustType()
825 private static boolean isTypeAllowed(int type, ArrayList<ValuesDelta> entries, DataKind kind) { in isTypeAllowed() method in RawContactModifier