Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java201 final DataKind kindPhone = source.getKindForMimetype(Phone.CONTENT_ITEM_TYPE); in testValidTypes() local
202 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypes()
203 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testValidTypes()
204 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testValidTypes()
210 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
211 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypes()
214 validTypes = RawContactModifier.getValidTypes(state, kindPhone, null, true, null, true); in testValidTypes()
220 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
223 validTypes = RawContactModifier.getValidTypes(state, kindPhone, null, true, null, true); in testValidTypes()
229 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
[all …]