/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 423 .put(StructuredName.DISPLAY_NAME, "Roid Ando"); in testV21SimpleCase1_Type_Generic() 435 .put(StructuredName.DISPLAY_NAME, "Roid Ando"); in testV21SimpleCase1_Type_Japanese() 442 .put(StructuredName.DISPLAY_NAME, "Ando Roid"); in testV21SimpleCase2() 453 .put(StructuredName.DISPLAY_NAME, "Ando Roid"); in testV21SimpleCase3() 481 .put(StructuredName.DISPLAY_NAME, "A;B\\C\\;D:E\\\\"); in testV21BackslashCase() 488 .put(StructuredName.DISPLAY_NAME, "Normal Guy"); in testOrgBeforTitle() 500 .put(StructuredName.DISPLAY_NAME, "Nice Guy"); in testTitleBeforOrg() 517 .put(StructuredName.DISPLAY_NAME, "Smith"); in testV21PrefToIsPrimary() 618 .put(StructuredName.DISPLAY_NAME, "Joe Due"); in testV21ComplicatedCase() 690 .put(StructuredName.DISPLAY_NAME, "Omega"); in testInvalidMultipleLineV21() [all …]
|
D | VCardExporterTests.java | 70 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME"); in testStructuredNameBasic() 108 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName1"); in testStructuredNameUsePrimaryCommon() 117 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNameUsePrimaryCommon() 131 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName2") in testStructuredNameUsePrimaryCommon() 168 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay1"); in testStructuredNameUseSuperPrimaryCommon() 177 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay2") in testStructuredNameUseSuperPrimaryCommon() 187 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNameUseSuperPrimaryCommon() 196 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay3") in testStructuredNameUseSuperPrimaryCommon() 238 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNamePhoneticNameCommon() 1181 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]"); in testV30HandleEscape() [all …]
|
D | VCardBuilderTest.java | 39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने"); in testVCardNameFieldFromDisplayName()
|
D | VCardTestUtilsTests.java | 85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]"); in testShouldFailAtLineVerification()
|
D | VCardJapanizationTests.java | 142 .put(StructuredName.DISPLAY_NAME, in testPhoneticNameCommon() 182 .put(StructuredName.DISPLAY_NAME, in testPhoneticNameForMobileV21_1() 201 .put(StructuredName.DISPLAY_NAME, "\uFF94\uFF8F\uFF80\uFF9E \uFF80\uFF9B\uFF73"); in testPhoneticNameForMobileV21_2()
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | Queries.java | 31 Contacts.DISPLAY_NAME, // 0 49 Contacts.DISPLAY_NAME, // 0
|
D | BaseRecipientAdapter.java | 129 Directory.DISPLAY_NAME, // 3 137 public static final int DISPLAY_NAME = 3; field in BaseRecipientAdapter.DirectoryListQuery 575 params.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME); in setupOtherDirectories()
|
/frameworks/support/tests/java/android/support/v4/content/ |
D | FileProviderTest.java | 19 import static android.provider.OpenableColumns.DISPLAY_NAME; 178 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME))); in testQueryProjectionNull() 191 SIZE, DISPLAY_NAME }, null, null, null); in testQueryProjectionOrder() 202 DISPLAY_NAME, SIZE }, null, null, null); in testQueryProjectionOrder() 219 SIZE, "foobar", DISPLAY_NAME }, null, null, null); in testQueryExtraColumn()
|
/frameworks/base/core/java/android/provider/ |
D | OpenableColumns.java | 31 public static final String DISPLAY_NAME = "_display_name"; field
|
D | ContactsContract.java | 491 public static final String DISPLAY_NAME = "displayName"; field in ContactsContract.Directory 857 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field 5249 public static final String DISPLAY_NAME = DATA1; field in ContactsContract.CommonDataKinds.StructuredName 5731 public static final String DISPLAY_NAME = DATA4; field in ContactsContract.CommonDataKinds.Email
|
D | MediaStore.java | 330 public static final String DISPLAY_NAME = "_display_name"; field 1858 public static final String DEFAULT_SORT_ORDER = MediaColumns.DISPLAY_NAME;
|
D | Contacts.java | 266 public static final String DISPLAY_NAME = "display_name"; field
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/ |
D | PhotoContract.java | 35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | listview.jd | 80 ContactsContract.Data.DISPLAY_NAME}; 84 ContactsContract.Data.DISPLAY_NAME + " NOTNULL) AND (" + 85 ContactsContract.Data.DISPLAY_NAME + " != '' ))"; 103 String[] fromColumns = {ContactsContract.Data.DISPLAY_NAME};
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | FileProvider.java | 76 OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE }; 148 if (OpenableColumns.DISPLAY_NAME.equals(col)) { in query() 149 cols[i] = OpenableColumns.DISPLAY_NAME; in query()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 115 Contacts.DISPLAY_NAME, // 0 148 public static final int DISPLAY_NAME = 3; field in BaseEmailAddressAdapter.DirectoryListQuery 383 partition.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME); in onDirectoryLoadFinished()
|
/frameworks/base/docs/html/guide/components/ |
D | loaders.jd | 310 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" 312 + Contacts.DISPLAY_NAME + " != '' ))"; 315 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC"); 401 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS }, 442 Contacts.DISPLAY_NAME, 463 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" 465 + Contacts.DISPLAY_NAME + " != '' ))"; 468 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
|
D | activities.jd | 306 new String[] {Contacts.DISPLAY_NAME}, null, null, null); 308 int columnIndex = cursor.getColumnIndex(Contacts.DISPLAY_NAME);
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 204 Contacts.DISPLAY_NAME 321 {@link android.provider.ContactsContract.Contacts#DISPLAY_NAME Contacts.DISPLAY_NAME}. 340 Contacts.DISPLAY_NAME 376 Contacts.DISPLAY_NAME + " LIKE ?"; 610 Data.DISPLAY_NAME,
|
D | display-contact-badge.jd | 534 Contacts.DISPLAY_NAME
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 179 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME); in getCallerInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | QuickSettings.java | 227 Profile.CONTENT_URI, new String[] {Phone._ID, Phone.DISPLAY_NAME}, in queryForUserInformation() 232 name = cursor.getString(cursor.getColumnIndex(Phone.DISPLAY_NAME)); in queryForUserInformation()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 151 column = MediaColumns.DISPLAY_NAME; in createProperty()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 251 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in containsNonEmptyName() 331 final String formattedName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in appendNamePropertiesV40() 435 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in appendNameProperties()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 205 values.put(MediaStore.Images.ImageColumns.DISPLAY_NAME, mImageFileName);
|