Searched refs:typeHome (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactModifierTests.java | 210 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes() 215 assertContains(validTypes, typeHome); in testValidTypes() 220 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes() 224 assertNotContains(validTypes, typeHome); in testValidTypes() 234 assertNotContains(validTypes, typeHome); in testValidTypes() 260 assertContains(validTypes, typeHome); in testValidTypesWhenUpdating() 271 assertNotContains(validTypes, typeHome); in testValidTypesWhenUpdating() 507 before.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimEmptyAfterUpdate() 629 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain() 635 second.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain() [all …]
|