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

/frameworks/base/core/java/android/provider/
H A DOpenableColumns.java37 public static final String DISPLAY_NAME = "_display_name"; field in interface:OpenableColumns
H A DContactsContract.java491 public static final String DISPLAY_NAME = "displayName"; field in class:ContactsContract.Directory
865 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field in interface:ContactsContract.ContactsColumns
1741 * new String[] {Contacts.DISPLAY_NAME, Contacts._ID, Contacts.LOOKUP_KEY},
2318 * values.put(StructuredName.DISPLAY_NAME, "Mike Sullivan");
2339 * .withValue(StructuredName.DISPLAY_NAME, "Mike Sullivan")
4301 * <td>{@link #DISPLAY_NAME}</td>
4667 * resolver.query(uri, new String[]{PhoneLookup.DISPLAY_NAME,...
4716 * <td>{@link #DISPLAY_NAME}</td>
5186 * <td>{@link #DISPLAY_NAME}</td>
5256 public static final String DISPLAY_NAME field in class:ContactsContract.CommonDataKinds.StructuredName
5738 public static final String DISPLAY_NAME = DATA4; field in class:ContactsContract.CommonDataKinds.Email
[all...]
H A DDocumentsContract.java154 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME;
H A DMediaStore.java339 public static final String DISPLAY_NAME = "_display_name"; field in interface:MediaStore.MediaColumns
1869 public static final String DEFAULT_SORT_ORDER = MediaColumns.DISPLAY_NAME;
H A DContacts.java266 public static final String DISPLAY_NAME = "display_name"; field in interface:Contacts.PeopleColumns
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardBuilderTest.java39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने");
H A DVCardTestUtilsTests.java65 // DISPLAY_NAME is missing.
85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]");
H A DVCardExporterTests.java70 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME");
108 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName1");
117 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
131 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName2")
168 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay1");
177 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay2")
187 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
196 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay3")
238 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
1181 .put(StructuredName.DISPLAY_NAME, "[<{Unescape
[all...]
H A DVCardImporterTests.java423 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
435 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
442 .put(StructuredName.DISPLAY_NAME, "Ando Roid");
453 .put(StructuredName.DISPLAY_NAME, "Ando Roid");
481 .put(StructuredName.DISPLAY_NAME, "A;B\\C\\;D:E\\\\");
488 .put(StructuredName.DISPLAY_NAME, "Normal Guy");
500 .put(StructuredName.DISPLAY_NAME, "Nice Guy");
517 .put(StructuredName.DISPLAY_NAME, "Smith");
618 .put(StructuredName.DISPLAY_NAME, "Joe Due");
690 .put(StructuredName.DISPLAY_NAME, "Omeg
[all...]
H A DVCardJapanizationTests.java142 .put(StructuredName.DISPLAY_NAME,
182 .put(StructuredName.DISPLAY_NAME,
201 .put(StructuredName.DISPLAY_NAME, "\uFF94\uFF8F\uFF80\uFF9E \uFF80\uFF9B\uFF73");
/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java31 Contacts.DISPLAY_NAME, // 0
49 Contacts.DISPLAY_NAME, // 0
H A DBaseRecipientAdapter.java132 Directory.DISPLAY_NAME, // 3
140 public static final int DISPLAY_NAME = 3; field in class:BaseRecipientAdapter.DirectoryListQuery
611 params.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java19 import static android.provider.OpenableColumns.DISPLAY_NAME;
178 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME)));
191 SIZE, DISPLAY_NAME }, null, null, null);
202 DISPLAY_NAME, SIZE }, null, null, null);
219 SIZE, "foobar", DISPLAY_NAME }, null, null, null);
/frameworks/base/core/java/com/android/internal/notification/
H A DDemoContactNotificationScorer.java62 ContactsContract.Contacts._ID, ContactsContract.Contacts.DISPLAY_NAME
119 String selection = ContactsContract.Contacts.DISPLAY_NAME + " IN "
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java41 private static final String DISPLAY_NAME = "Accessory Display"; field in class:DisplaySourceService
201 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0);
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java304 OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE };
386 * <li>{@link android.provider.OpenableColumns#DISPLAY_NAME}</li>
422 if (OpenableColumns.DISPLAY_NAME.equals(col)) {
423 cols[i] = OpenableColumns.DISPLAY_NAME;
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java115 Contacts.DISPLAY_NAME, // 0
148 public static final int DISPLAY_NAME = 3; field in class:BaseEmailAddressAdapter.DirectoryListQuery
383 partition.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java151 column = MediaColumns.DISPLAY_NAME;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java176 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettings.java244 Profile.CONTENT_URI, new String[] {Phone._ID, Phone.DISPLAY_NAME},
249 name = cursor.getString(cursor.getColumnIndex(Phone.DISPLAY_NAME));
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java251 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME);
331 final String formattedName = contentValues.getAsString(StructuredName.DISPLAY_NAME);
383 // DISPLAY_NAME doesn't exist while some other elements do, which is usually
384 // weird in Android, as DISPLAY_NAME should (usually) be constructed
386 Log.w(LOG_TAG, "DISPLAY_NAME is empty.");
435 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME);
H A DVCardEntry.java138 * Not in vCard but for {@link StructuredName#DISPLAY_NAME}. This field
204 builder.withValue(StructuredName.DISPLAY_NAME, displayName);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java208 values.put(MediaStore.Images.ImageColumns.DISPLAY_NAME, mImageFileName);

Completed in 1193 milliseconds