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.java203 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypes() local
211 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
216 assertContains(validTypes, typeHome); in testValidTypes()
221 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
225 assertNotContains(validTypes, typeHome); in testValidTypes()
230 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
231 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes()
235 assertNotContains(validTypes, typeHome); in testValidTypes()
248 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypesWhenUpdating() local
256 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypesWhenUpdating()
[all …]