Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java204 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testValidTypes() local
212 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypes()
217 assertNotContains(validTypes, typeWork); in testValidTypes()
226 assertNotContains(validTypes, typeWork); in testValidTypes()
236 assertNotContains(validTypes, typeWork); in testValidTypes()
249 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testValidTypesWhenUpdating() local
257 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypesWhenUpdating()
262 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating()
273 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating()
286 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testCanInsert() local
[all …]