Home
last modified time | relevance | path

Searched refs:name1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_IsSuperPrimaryName.java76 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary() local
81 name1.load(); in testInner_displayNameFromIsSuperPrimary()
103 name1.assertColumn(StructuredName.IS_SUPER_PRIMARY, isFirstNamePrimary ? 1 : 0); in testInner_displayNameFromIsSuperPrimary()
115 TestData nonPrimaryName = !isFirstNamePrimary ? name1 : name2; in testInner_displayNameFromIsSuperPrimary()
121 name1.load(); in testInner_displayNameFromIsSuperPrimary()
123 name1.assertColumn(StructuredName.IS_SUPER_PRIMARY, isFirstNamePrimary ? 0 : 1); in testInner_displayNameFromIsSuperPrimary()
137 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testIsSuperPrimaryName_mergeBothSuperPrimary() local
142 name1.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()
164 name1.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()
166 name1.assertColumn(StructuredName.IS_SUPER_PRIMARY, 0); in testIsSuperPrimaryName_mergeBothSuperPrimary()
DContactsContract_StructuredPhoneticName.java63 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName() local
67 name1.load(); in testPhoneticStructuredName()
87 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1() local
91 name1.load(); in testPhoneticStructuredName_phoneticPriority1()
134 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2() local
138 name1.load(); in testPhoneticStructuredName_phoneticPriority2()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java205 final ComponentName name1 = activity1.getComponentName(); in testLaunchAnotherActivity_onTopOfIt() local
208 .activityResumed(name1) in testLaunchAnotherActivity_onTopOfIt()
209 .activityPaused(name1) in testLaunchAnotherActivity_onTopOfIt()
211 .activityStopped(name1) in testLaunchAnotherActivity_onTopOfIt()
213 .activityResumed(name1) in testLaunchAnotherActivity_onTopOfIt()
215 .activityPaused(name1); in testLaunchAnotherActivity_onTopOfIt()
/cts/tests/tests/net/src/android/net/cts/
DNetworkAgentTest.kt486 val name1 = UUID.randomUUID().toString() in testSendScore() constant
491 .setNetworkSpecifier(StringNetworkSpecifier(name1)) in testSendScore()
512 createConnectedNetworkAgent(name1).let { (agent1, _) -> in testSendScore()