OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBestValidType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java
285
* {@link EntityModifier#
getBestValidType
(EntityDelta, DataKind, boolean, int)}
301
suggested = EntityModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
306
suggested = EntityModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
311
suggested = EntityModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
316
suggested = EntityModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
321
suggested = EntityModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java
292
public static EditType
getBestValidType
(EntityDelta state, DataKind kind,
334
* {@link #
getBestValidType
(EntityDelta, DataKind, boolean, int)}.
338
EditType bestType =
getBestValidType
(state, kind, false, Integer.MIN_VALUE);
341
bestType =
getBestValidType
(state, kind, true, Integer.MIN_VALUE);
[
all
...]
Completed in 598 milliseconds