Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java202 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypes() local
210 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
215 assertContains(validTypes, typeHome); in testValidTypes()
220 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
224 assertNotContains(validTypes, typeHome); in testValidTypes()
229 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
230 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
234 assertNotContains(validTypes, typeHome); in testValidTypes()
247 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypesWhenUpdating() local
255 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypesWhenUpdating()
[all …]