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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityModifier.java781 if (isTypeAllowed(type, entries, kind)) {
790 if (isTypeAllowed(editType.rawValue, entries, kind)) {
804 private static boolean isTypeAllowed(int type, ArrayList<ValuesDelta> entries, DataKind kind) { method in class:EntityModifier

Completed in 27 milliseconds