Searched refs:name2 (Results 1 – 3 of 3) sorted by relevance
87 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary() local92 name2.load(); in testInner_displayNameFromIsSuperPrimary()104 name2.assertColumn(StructuredName.IS_SUPER_PRIMARY, !isFirstNamePrimary ? 1 : 0); in testInner_displayNameFromIsSuperPrimary()115 TestData nonPrimaryName = !isFirstNamePrimary ? name1 : name2; in testInner_displayNameFromIsSuperPrimary()122 name2.load(); in testInner_displayNameFromIsSuperPrimary()124 name2.assertColumn(StructuredName.IS_SUPER_PRIMARY, !isFirstNamePrimary ? 0 : 1); in testInner_displayNameFromIsSuperPrimary()148 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testIsSuperPrimaryName_mergeBothSuperPrimary() local153 name2.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()165 name2.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()167 name2.assertColumn(StructuredName.IS_SUPER_PRIMARY, 0); in testIsSuperPrimaryName_mergeBothSuperPrimary()
97 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1() local101 name2.load(); in testPhoneticStructuredName_phoneticPriority1()124 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2() local128 name2.load(); in testPhoneticStructuredName_phoneticPriority2()
76 android::String8 name2("2"); in TEST_F() local77 ASSERT_TRUE(audio->getDataId(name2) < 0); in TEST_F()