Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/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/tests/provider/src/android/provider/cts/media/
DMediaStore_Audio_PlaylistsTest.java115 final String name1 = "Playlist " + System.nanoTime(); in testName() local
117 assertNotEquals(name1, name2); in testName()
121 values.put(Playlists.NAME, name1); in testName()
128 assertTrue(c.getString(0).startsWith(name1)); in testName()
129 assertTrue(c.getString(1).startsWith(name1)); in testName()
/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/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_SimRecordsTest.java489 String name1 = "日本"; in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord() local
494 values.put(SimRecords.NAME, name1); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord()
507 assertThat(cursor).hasData(new Object[][]{{name1}, {name2}, {name3}}); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord()