/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_ContactCountsTest.java | 42 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()
|
D | ContactsContract_AggregationSuggestionsTest.java | 38 = 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()
|
D | MediaStoreAudioTestHelper.java | 107 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()
|
D | ContactsContract_DataTest.java | 103 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 …]
|
D | ContactsContract_FrequentsStrequentsTest.java | 57 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()
|
D | ContactsContract_SearchSnippetsTest.java | 53 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()
|
D | ContactsContract_RawContactsTest.java | 100 .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()
|
D | ContactsContract_StructuredPhoneticName.java | 115 contact.assertColumn(Contacts.DISPLAY_NAME, "name"); in testPhoneticStructuredName_phoneticPriority1() 152 contact.assertColumn(Contacts.DISPLAY_NAME, "name"); in testPhoneticStructuredName_phoneticPriority2()
|
D | MediaStore_Video_MediaTest.java | 97 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()
|
D | ContactsContract_IsSuperPrimaryName.java | 108 contact.assertColumn(Contacts.DISPLAY_NAME, expectedDisplayName); in testInner_displayNameFromIsSuperPrimary() 128 contact.assertColumn(Contacts.DISPLAY_NAME, otherDisplayName); in testInner_displayNameFromIsSuperPrimary()
|
D | ContactsContract_PhoneLookup.java | 80 .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()
|
D | MediaStore_Audio_MediaTest.java | 101 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()
|
D | MediaStore_Images_MediaTest.java | 239 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()
|
D | MediaStore_Audio_Playlists_MembersTest.java | 51 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()
|
D | ContactsContract_ContactsTest.java | 183 Contacts.DISPLAY_NAME,
|
D | MediaStore_Audio_Genres_MembersTest.java | 124 assertEquals(Audio1.FILE_NAME, c.getString(c.getColumnIndex(Members.DISPLAY_NAME))); in testStoreAudioGenresMembersExternal()
|
D | MediaStore_FilesTest.java | 214 values.put(MediaStore.Images.Media.DISPLAY_NAME, "My Bitmap"); in testAccess()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionService.java | 45 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/ |
D | DocumentsClientTest.java | 173 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/ |
D | DirectoryProvider.java | 127 } 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/ |
D | DataUtil.java | 45 values.put(CommonDataKinds.StructuredName.DISPLAY_NAME, name); in insertName()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ContactsTest.java | 518 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/ |
D | AttentionManagementVerifierActivity.java | 889 builder.withValue(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, name); in insertSingleContact()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 62470 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
|