Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java205 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testValidTypes() local
218 assertContains(validTypes, typeOther); in testValidTypes()
227 assertContains(validTypes, typeOther); in testValidTypes()
237 assertNotContains(validTypes, typeOther); in testValidTypes()
250 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testValidTypesWhenUpdating() local
263 assertContains(validTypes, typeOther); in testValidTypesWhenUpdating()
267 RawContactModifier.insertChild(state, kindPhone, typeOther); in testValidTypesWhenUpdating()
268 RawContactModifier.insertChild(state, kindPhone, typeOther); in testValidTypesWhenUpdating()
274 assertContains(validTypes, typeOther); in testValidTypesWhenUpdating()
287 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testCanInsert() local
[all …]