OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
* @param forceInclude Always include this {@link
EditType
} in the returned
143
* {@link
EditType
#secondary}.
145
* each {@link
EditType
}, otherwise built using
149
public static ArrayList<
EditType
> getValidTypes(RawContactDelta state, DataKind kind,
150
EditType
forceInclude, boolean includeSecondary, SparseIntArray typeCount,
152
final ArrayList<
EditType
> validTypes = new ArrayList<
EditType
>();
170
for (
EditType
type : kind.typeList)
[
all
...]
Completed in 603 milliseconds