Searched refs:typeWork (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactModifierTests.java | 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() 256 RawContactModifier.insertChild(state, kindPhone, typeWork); in testValidTypesWhenUpdating() 261 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating() 272 assertNotContains(validTypes, typeWork); in testValidTypesWhenUpdating() 291 RawContactModifier.insertChild(state, kindPhone, typeWork); in testCanInsert() 328 assertEquals("Unexpected suggestion", typeWork, suggested); in testBestValidType() 333 assertEquals("Unexpected suggestion", typeWork, suggested); in testBestValidType() [all …]
|