HomeSort by relevance Sort by last modified time
    Searched refs:getBestValidType (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
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/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 305 public static EditType getBestValidType(RawContactDelta state, DataKind kind,
347 * {@link #getBestValidType(RawContactDelta, DataKind, boolean, int)}.
353 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE);
356 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE);
    [all...]

Completed in 93 milliseconds