OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getValidTypes
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
400
RawContactModifier.
getValidTypes
(mState, mKind, null);
536
addAll(RawContactModifier.
getValidTypes
(mState, mKind, mType));
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
103
return (
getValidTypes
(state, kind).size() > 0);
141
public static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind) {
142
return
getValidTypes
(state, kind, null, true, null);
154
public static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind,
156
return
getValidTypes
(state, kind, forceInclude, true, null);
173
private static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind,
314
final ArrayList<EditType> validTypes =
getValidTypes
(state, kind, null, includeSecondary,
[
all
...]
Completed in 275 milliseconds