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/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java
101
return (
getValidTypes
(state, kind).size() > 0);
139
public static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind) {
140
return
getValidTypes
(state, kind, null, true, null);
152
public static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind,
154
return
getValidTypes
(state, kind, forceInclude, true, null);
171
private static ArrayList<EditType>
getValidTypes
(RawContactDelta state, DataKind kind,
312
final ArrayList<EditType> validTypes =
getValidTypes
(state, kind, null, includeSecondary,
[
all
...]
Completed in 486 milliseconds