OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/Contacts/src/com/android/contacts/model/
RawContactModifier.java
57
import com.android.contacts.common.model.account.AccountType.
EditType
;
137
* list possible {@link
EditType
} options available based on
140
public static ArrayList<
EditType
> getValidTypes(RawContactDelta state, DataKind kind) {
146
* list possible {@link
EditType
} options available based on
149
* @param forceInclude Always include this {@link
EditType
} in the returned
153
public static ArrayList<
EditType
> getValidTypes(RawContactDelta state, DataKind kind,
154
EditType
forceInclude) {
160
* list possible {@link
EditType
} options available based on
163
* @param forceInclude Always include this {@link
EditType
} in the returned
167
* {@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 223 milliseconds