Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java322 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
327 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
332 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
337 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
342 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); in testBestValidType()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java286 public static EditType getBestValidType(RawContactDelta state, DataKind kind, in getBestValidType() method in RawContactModifier
334 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE); in insertChild()
337 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE); in insertChild()
915 final EditType editType = RawContactModifier.getBestValidType(state, kind, true, typeValue); in parseExtras()