Searched defs:typeHome (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 202 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypes() local 247 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testValidTypesWhenUpdating() local 284 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testCanInsert() local 313 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testBestValidType() local 360 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testIsEmptyDirectFields() local 377 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimEmptySingle() local 422 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimEmptySpaces() local 448 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimLeaveValid() local 501 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimEmptyAfterUpdate() local 587 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME); in testTrimInsertInsert() local [all …]
|