Searched refs:name1 (Results 1 – 4 of 4) sorted by relevance
76 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testInner_displayNameFromIsSuperPrimary() local81 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() local142 name1.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()164 name1.load(); in testIsSuperPrimaryName_mergeBothSuperPrimary()166 name1.assertColumn(StructuredName.IS_SUPER_PRIMARY, 0); in testIsSuperPrimaryName_mergeBothSuperPrimary()
63 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName() local67 name1.load(); in testPhoneticStructuredName()87 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1() local91 name1.load(); in testPhoneticStructuredName_phoneticPriority1()134 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2() local138 name1.load(); in testPhoneticStructuredName_phoneticPriority2()
205 final ComponentName name1 = activity1.getComponentName(); in testLaunchAnotherActivity_onTopOfIt() local208 .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()
486 val name1 = UUID.randomUUID().toString() in testSendScore() constant491 .setNetworkSpecifier(StringNetworkSpecifier(name1)) in testSendScore()512 createConnectedNetworkAgent(name1).let { (agent1, _) -> in testSendScore()