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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java805 if (isTypeAllowed(type, entries, kind)) {
814 if (isTypeAllowed(editType.rawValue, entries, kind)) {
828 private static boolean isTypeAllowed(int type, ArrayList<ValuesDelta> entries, DataKind kind) { method in class:RawContactModifier

Completed in 36 milliseconds