Searched refs:editType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactModifier.java | 817 EditType editType = kind.typeList.get(i); in adjustType() local 818 if (isTypeAllowed(editType.rawValue, entries, kind)) { in adjustType() 819 entry.put(kind.typeColumn, editType.rawValue); in adjustType() 836 EditType editType = kind.typeList.get(i); in isTypeAllowed() local 837 if (editType.rawValue == type) { in isTypeAllowed() 838 max = editType.specificMax; in isTypeAllowed() 924 final EditType editType = RawContactModifier.getBestValidType(state, kind, true, typeValue); in parseExtras() local 927 final ValuesDelta child = RawContactModifier.insertChild(state, kind, editType); in parseExtras() 930 if (editType != null && editType.customColumn != null) { in parseExtras() 933 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 | 419 for (EditType editType : allTypes) { in createCustomDialog() 420 if (editType.customColumn != null) { in createCustomDialog() 421 mType = editType; in createCustomDialog()
|