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/
RawContactModifierTests.java
276
* {@link RawContactModifier#
getBestValidType
(RawContactDelta, DataKind, boolean, int)}
292
suggested = RawContactModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
297
suggested = RawContactModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
302
suggested = RawContactModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
307
suggested = RawContactModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
312
suggested = RawContactModifier.
getBestValidType
(state, kindPhone, false, Integer.MIN_VALUE);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
306
public static EditType
getBestValidType
(RawContactDelta state, DataKind kind,
348
* {@link #
getBestValidType
(RawContactDelta, DataKind, boolean, int)}.
352
EditType bestType =
getBestValidType
(state, kind, false, Integer.MIN_VALUE);
355
bestType =
getBestValidType
(state, kind, true, Integer.MIN_VALUE);
[
all
...]
Completed in 638 milliseconds