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/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 57 import com.android.contacts.common.model.account.AccountType.EditType;
136 * list possible {@link EditType} options available based on
139 public static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind) {
145 * list possible {@link EditType} options available based on
148 * @param forceInclude Always include this {@link EditType} in the returned
152 public static ArrayList<EditType> getValidTypes(RawContactDelta state, DataKind kind,
153 EditType forceInclude) {
159 * list possible {@link EditType} options available based on
162 * @param forceInclude Always include this {@link EditType} in the returned
166 * {@link EditType#secondary}
    [all...]

Completed in 130 milliseconds