Home
last modified time | relevance | path

Searched refs:DISPLAY_NAME (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_ContactCountsTest.java42 final String[] TEST_PROJECTION = new String[] {Contacts.DISPLAY_NAME};
122 .with(StructuredName.DISPLAY_NAME, "Apple Pie") in setupTestData()
132 .with(StructuredName.DISPLAY_NAME, "Banana Split") in setupTestData()
142 .with(StructuredName.DISPLAY_NAME, "Blackberry Shortcake") in setupTestData()
152 .with(StructuredName.DISPLAY_NAME, "Cherry icecream") in setupTestData()
162 .with(StructuredName.DISPLAY_NAME, "Apricot Jam ") in setupTestData()
172 .with(StructuredName.DISPLAY_NAME, "Blackcurrant Pie ") in setupTestData()
DContactsContract_AggregationSuggestionsTest.java38 = new String[] {Contacts.DISPLAY_NAME, Contacts._ID};
75 values.put(Contacts.DISPLAY_NAME, "first1 last1"); in testAggregationSuggestionsByNameReversed()
97 values.put(Contacts.DISPLAY_NAME, "first1 last1"); in testAggregationSuggestionsByName()
112 uri, new String[] { Contacts._ID, Contacts.DISPLAY_NAME }, null, null, null); in testAggregationSuggestionsByName_noMatch()
134 values.put(Contacts.DISPLAY_NAME, "first2 last2"); in testAggregationSuggestionsByName_matchSecondNameParameter()
155 values.put(Contacts.DISPLAY_NAME, "first2 last2"); in testAggregationSuggestionsByName_matchFirstNameParameter()
DMediaStoreAudioTestHelper.java107 public static final String DISPLAY_NAME = "Jam -Michael Jackson"; field in MediaStoreAudioTestHelper.Audio1
125 values.put(Media.DISPLAY_NAME, DISPLAY_NAME); in getContentValues()
185 public static final String DISPLAY_NAME = "Jam(Live)-Michael Jackson"; field in MediaStoreAudioTestHelper.Audio2
204 values.put(Media.DISPLAY_NAME, DISPLAY_NAME); in getContentValues()
DContactsContract_DataTest.java103 Contacts.DISPLAY_NAME,
143 cv1.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in cv1.put() argument
150 cv2.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in cv2.put() argument
157 cv3.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in cv3.put() argument
164 cv4.put(Contacts.DISPLAY_NAME, "Cold Tamago"); in cv4.put() argument
171 cv5.put(Contacts.DISPLAY_NAME, "John Doe"); in cv5.put() argument
178 cv6.put(Contacts.DISPLAY_NAME, "John Doe"); in cv6.put() argument
185 cv7.put(Contacts.DISPLAY_NAME, "Cold Tamago"); in cv7.put() argument
219 .with(CommonDataKinds.StructuredName.DISPLAY_NAME, "test name") in testGetLookupUriBySourceId()
237 .with(CommonDataKinds.StructuredName.DISPLAY_NAME, "test name") in testDataProjection()
[all …]
DContactsContract_FrequentsStrequentsTest.java57 Contacts.DISPLAY_NAME,
94 Contacts.DISPLAY_NAME,
133 cv1.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in cv1.put() argument
137 cv2.put(Contacts.DISPLAY_NAME, "Cold Tamago"); in cv2.put() argument
141 cv3.put(Contacts.DISPLAY_NAME, "John Doe"); in cv3.put() argument
441 .with(StructuredName.DISPLAY_NAME, "Hot Tamale") in setupTestData()
455 .with(StructuredName.DISPLAY_NAME, "Cold Tamago") in setupTestData()
469 .with(StructuredName.DISPLAY_NAME, "John Doe") in setupTestData()
DContactsContract_SearchSnippetsTest.java53 cv1.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in cv1.put() argument
57 cv2.put(Contacts.DISPLAY_NAME, "Cold Tamago"); in cv2.put() argument
61 cv3.put(Contacts.DISPLAY_NAME, "John Doe"); in cv3.put() argument
222 .with(StructuredName.DISPLAY_NAME, "Hot Tamale") in setupTestData()
236 .with(StructuredName.DISPLAY_NAME, "Cold Tamago") in setupTestData()
255 .with(StructuredName.DISPLAY_NAME, "John Doe") in setupTestData()
DContactsContract_RawContactsTest.java100 .with(StructuredName.DISPLAY_NAME, "test name") in testGetLookupUriBySourceId()
117 .with(StructuredName.DISPLAY_NAME, "test name") in testGetLookupUriByDisplayName()
231 .with(StructuredName.DISPLAY_NAME, "test name") in testProjection()
DContactsContract_StructuredPhoneticName.java115 contact.assertColumn(Contacts.DISPLAY_NAME, "name"); in testPhoneticStructuredName_phoneticPriority1()
152 contact.assertColumn(Contacts.DISPLAY_NAME, "name"); in testPhoneticStructuredName_phoneticPriority2()
DMediaStore_Video_MediaTest.java97 values.put(Media.DISPLAY_NAME, "testvideo"); in testStoreVideoMediaExternal()
132 assertEquals("testvideo.3gp", c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreVideoMediaExternal()
158 values.put(Media.DISPLAY_NAME, "testvideo1"); in testStoreVideoMediaExternal()
186 assertEquals("testvideo1", c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreVideoMediaExternal()
DContactsContract_IsSuperPrimaryName.java108 contact.assertColumn(Contacts.DISPLAY_NAME, expectedDisplayName); in testInner_displayNameFromIsSuperPrimary()
128 contact.assertColumn(Contacts.DISPLAY_NAME, otherDisplayName); in testInner_displayNameFromIsSuperPrimary()
DContactsContract_PhoneLookup.java80 .with(StructuredName.DISPLAY_NAME, "Hot Tamale") in setupTestData()
94 .with(StructuredName.DISPLAY_NAME, "Cold Tamago") in setupTestData()
109 .with(StructuredName.DISPLAY_NAME, "Warm Tempura") in setupTestData()
DMediaStore_Audio_MediaTest.java101 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreAudioMedia()
143 assertEquals(Audio2.DISPLAY_NAME, c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreAudioMedia()
DMediaStore_Images_MediaTest.java239 values.put(Media.DISPLAY_NAME, "testimage"); in testStoreImagesMediaExternal()
269 assertEquals("testimage", c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreImagesMediaExternal()
292 values.put(Media.DISPLAY_NAME, "testimage1"); in testStoreImagesMediaExternal()
315 assertEquals("testimage1", c.getString(c.getColumnIndex(Media.DISPLAY_NAME))); in testStoreImagesMediaExternal()
DMediaStore_Audio_Playlists_MembersTest.java51 Members.DISPLAY_NAME,
81 Members.DISPLAY_NAME,
223 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME))); in testStoreAudioPlaylistsMembersExternal()
267 assertEquals(Audio2.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME))); in testStoreAudioPlaylistsMembersExternal()
DContactsContract_ContactsTest.java183 Contacts.DISPLAY_NAME,
DMediaStore_Audio_Genres_MembersTest.java124 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME))); in testStoreAudioGenresMembersExternal()
DMediaStore_FilesTest.java214 values.put(MediaStore.Images.Media.DISPLAY_NAME, "My Bitmap"); in testAccess()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionService.java45 private final String DISPLAY_NAME = "CtsVerifier Virtual Display"; field in ProjectionService
85 mDisplay = manager.createVirtualDisplay(DISPLAY_NAME, width, height, density, in startRendering()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java173 final String DISPLAY_NAME = "My New Awesome Document Title"; in testCreateNew()
178 intent.putExtra(Intent.EXTRA_TITLE, DISPLAY_NAME); in testCreateNew()
193 assertEquals(DISPLAY_NAME, getColumn(uri, Document.COLUMN_DISPLAY_NAME)); in testCreateNew()
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DDirectoryProvider.java127 } else if (column.equals(Directory.DISPLAY_NAME)) { in query()
155 } else if (column.equals(Contacts.DISPLAY_NAME)) { in query()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDataUtil.java45 values.put(CommonDataKinds.StructuredName.DISPLAY_NAME, name); in insertName()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java518 Directory.DISPLAY_NAME in testGetDirectoryListInPrimaryProfile()
1042 ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, in insertContact()
1144 PhoneLookup.DISPLAY_NAME, in getContactInfoFromPhoneLookupUri()
1148 PhoneLookup.DISPLAY_NAME, in getContactInfoFromPhoneLookupUri()
1160 return getContactInfoFromUri(uri, PhoneLookup.CONTACT_ID, PhoneLookup.DISPLAY_NAME, in getContactInfoFromEnterprisePhoneLookupUriWithSipAddress()
1169 return getContactInfoFromUri(uri, PhoneLookup._ID, PhoneLookup.DISPLAY_NAME, in getContactInfoFromEnterprisePhoneLookupUriInDirectory()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java889 builder.withValue(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, name); in insertSingleContact()
/cts/tools/dex-tools/dex/
Dclasses.out.dex62470 public static final java.lang.String DISPLAY_NAME
63129 public static final java.lang.String DISPLAY_NAME
66513 public static final java.lang.String DISPLAY_NAME
67012 public static final java.lang.String DISPLAY_NAME