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.java79 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName() local
83 name1.load(); in testPhoneticStructuredName()
103 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority1() local
107 name1.load(); in testPhoneticStructuredName_phoneticPriority1()
150 TestData name1 = rawContact1.newDataRow(StructuredName.CONTENT_ITEM_TYPE) in testPhoneticStructuredName_phoneticPriority2() local
154 name1.load(); in testPhoneticStructuredName_phoneticPriority2()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Audio_PlaylistsTest.java118 final String name1 = "Playlist " + System.nanoTime(); in testName() local
120 assertNotEquals(name1, name2); in testName()
124 values.put(Playlists.NAME, name1); in testName()
131 assertTrue(c.getString(0).startsWith(name1)); in testName()
132 assertTrue(c.getString(1).startsWith(name1)); in testName()
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DSimPhonebookContract_SimRecordsTest.java405 String name1 = "日本"; in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord() local
410 values.put(SimRecords.NAME, name1); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord()
423 assertThat(cursor).hasData(new Object[][]{{name1}, {name2}, {name3}}); in insertAdn_nameWithNonGsmAlphabetCharacters_addsRecord()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java207 final ComponentName name1 = activity1.getComponentName(); in testLaunchAnotherActivity_onTopOfIt() local
210 .activityResumed(name1, taskId1) in testLaunchAnotherActivity_onTopOfIt()
211 .activityPaused(name1, taskId1) in testLaunchAnotherActivity_onTopOfIt()
214 .activityResumed(name1, taskId1) in testLaunchAnotherActivity_onTopOfIt()
215 .activityPaused(name1, taskId1); in testLaunchAnotherActivity_onTopOfIt()