HomeSort by relevance Sort by last modified time
    Searched refs:editType (Results 1 - 3 of 3) 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...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 52 import com.android.contacts.common.model.account.AccountType.EditType;
84 private EditType mType;
94 public static final EditType CUSTOM_SELECTION = new EditType(0, 0);
269 protected EditType getType() {
274 * Build the current label state based on selected {@link EditType} and
399 final List<EditType> allTypes =
402 for (EditType editType : allTypes) {
403 if (editType.customColumn != null)
    [all...]

Completed in 443 milliseconds