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.java203 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testValidTypes() local
211 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypes()
216 assertNotContains(validTypes, typeWork); in testValidTypes()
225 assertNotContains(validTypes, typeWork); in testValidTypes()
235 assertNotContains(validTypes, typeWork); in testValidTypes()
248 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testValidTypesWhenUpdating() local
256 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypesWhenUpdating()
261 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating()
272 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating()
285 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK); in testCanInsert() local
[all …]