Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java800 if (isTypeAllowed(type, entries, kind)) { in adjustType()
809 if (isTypeAllowed(editType.rawValue, entries, kind)) { in adjustType()
823 private static boolean isTypeAllowed(int type, ArrayList<ValuesDelta> entries, DataKind kind) { in isTypeAllowed() method in RawContactModifier