Searched refs:kindPhone (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() 211 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypes() 220 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes() 229 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes() 230 RawContactModifier.insertChild(state, kindPhone, typeHome); in testValidTypes() 477 RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimEmptyUntouched() 507 before.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimEmptyAfterUpdate() 558 RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimInsertEmpty() 629 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain() 635 second.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain() [all …]
|