Searched refs:editType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 808 EditType editType = kind.typeList.get(i); in adjustType() local 809 if (isTypeAllowed(editType.rawValue, entries, kind)) { in adjustType() 810 entry.put(kind.typeColumn, editType.rawValue); in adjustType() 827 EditType editType = kind.typeList.get(i); in isTypeAllowed() local 828 if (editType.rawValue == type) { in isTypeAllowed() 829 max = editType.specificMax; in isTypeAllowed() 915 final EditType editType = RawContactModifier.getBestValidType(state, kind, true, typeValue); in parseExtras() local 918 final ValuesDelta child = RawContactModifier.insertChild(state, kind, editType); in parseExtras() 921 if (editType != null && editType.customColumn != null) { in parseExtras() 924 child.put(editType.customColumn, customType); in parseExtras() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistance.java | 113 int editType = editTab[sourcePos][targetPos]; in getTargetOperations() local 114 switch (editType) { in getTargetOperations() 120 ops[targetPos] = new EditOperation(editType, sourcePos); in getTargetOperations() 126 ops[targetPos] = new EditOperation(editType, sourcePos); in getTargetOperations()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | LabeledEditorView.java | 462 for (EditType editType : allTypes) { in createCustomDialog() 463 if (editType.customColumn != null) { in createCustomDialog() 464 mType = editType; in createCustomDialog()
|