HomeSort by relevance Sort by last modified time
    Searched defs:editType (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java 113 int editType = editTab[sourcePos][targetPos];
114 switch (editType) {
120 ops[targetPos] = new EditOperation(editType, sourcePos);
126 ops[targetPos] = new EditOperation(editType, sourcePos);
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 52 import com.android.contacts.model.account.AccountType.EditType;
134 * list possible {@link EditType} options available based on
137 * @param forceInclude Always include this {@link EditType} in the returned
141 * {@link EditType#secondary}.
143 * each {@link EditType}, otherwise built using
147 public static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind,
148 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount,
150 final ArrayList<EditType> validTypes = new ArrayList<EditType>();
168 for (EditType type : kind.typeList)
    [all...]

Completed in 204 milliseconds