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/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
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
51
import com.android.contacts.common.model.account.AccountType.
EditType
;
83
private
EditType
mType;
93
public static final
EditType
CUSTOM_SELECTION = new
EditType
(0, 0);
285
protected
EditType
getType() {
290
* Build the current label state based on selected {@link
EditType
} and
446
final List<
EditType
> allTypes =
449
for (
EditType
editType
: allTypes) {
450
if (
editType
.customColumn != null)
[
all
...]
Completed in 203 milliseconds