Searched refs:typeOther (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 204 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testValidTypes() local 217 assertContains(validTypes, typeOther); in testValidTypes() 226 assertContains(validTypes, typeOther); in testValidTypes() 236 assertNotContains(validTypes, typeOther); in testValidTypes() 249 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testValidTypesWhenUpdating() local 262 assertContains(validTypes, typeOther); in testValidTypesWhenUpdating() 266 RawContactModifier.insertChild(state, kindPhone, typeOther); in testValidTypesWhenUpdating() 267 RawContactModifier.insertChild(state, kindPhone, typeOther); in testValidTypesWhenUpdating() 273 assertContains(validTypes, typeOther); in testValidTypesWhenUpdating() 286 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER); in testCanInsert() local [all …]
|