Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_IsSuperPrimaryName.java87 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary() local
92 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() local
153 name2.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()
165 name2.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()
167 name2.assertColumn(StructuredName.IS_SUPER_PRIMARY, 0); in testIsSuperPrimaryName_mergeBothSuperPrimary()
DContactsContract_StructuredPhoneticName.java97 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1() local
101 name2.load(); in testPhoneticStructuredName_phoneticPriority1()
124 TestData name2 = rawContact2.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2() local
128 name2.load(); in testPhoneticStructuredName_phoneticPriority2()
/cts/suite/audio_quality/test/
DClientInterfaceTest.cpp76 android::String8 name2("2"); in TEST_F() local
77 ASSERT_TRUE(audio->getDataId(name2) < 0); in TEST_F()