HomeSort by relevance Sort by last modified time
    Searched refs: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/
EntityModifier.java 22 import com.android.contacts.model.ContactsSource.EditType;
99 * list possible {@link EditType} options available based on
102 public static ArrayList<EditType> getValidTypes(EntityDelta state, DataKind kind) {
108 * list possible {@link EditType} options available based on
111 * @param forceInclude Always include this {@link EditType} in the returned
115 public static ArrayList<EditType> getValidTypes(EntityDelta state, DataKind kind,
116 EditType forceInclude) {
122 * list possible {@link EditType} options available based on
125 * @param forceInclude Always include this {@link EditType} in the returned
129 * {@link EditType#secondary}
    [all...]

Completed in 2520 milliseconds