Home
last modified time | relevance | path

Searched refs:getBestValidType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java288 public static EditType getBestValidType(RawContactDelta state, DataKind kind, in getBestValidType() method in RawContactModifier
336 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE); in insertChild()
339 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE); in insertChild()
917 final EditType editType = RawContactModifier.getBestValidType(state, kind, true, typeValue); in parseExtras()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java330 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
335 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
340 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
345 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
350 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()