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

12

/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.java441 public static final String DISPLAY_NAME = "displayName"; field in class:ContactsContract.Directory
814 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field in interface:ContactsContract.ContactsColumns
1139 * new String[] {Contacts.DISPLAY_NAME},
1792 * new String[] {Contacts.DISPLAY_NAME, Contacts._ID, Contacts.LOOKUP_KEY},
2333 * values.put(StructuredName.DISPLAY_NAME, "Mike Sullivan");
2354 * .withValue(StructuredName.DISPLAY_NAME, "Mike Sullivan")
4550 * <td>{@link #DISPLAY_NAME}</td>
4933 * resolver.query(uri, new String[]{PhoneLookup.DISPLAY_NAME,...
4982 * <td>{@link #DISPLAY_NAME}</td>
5522 * <td>{@link #DISPLAY_NAME}</t
5592 public static final String DISPLAY_NAME = DATA1; field in class:ContactsContract.CommonDataKinds.StructuredName
6136 public static final String DISPLAY_NAME = DATA4; field in class:ContactsContract.CommonDataKinds.Email
[all...]
H A DMediaStore.java402 public static final String DISPLAY_NAME = "_display_name"; field in interface:MediaStore.MediaColumns
1947 public static final String DEFAULT_SORT_ORDER = MediaColumns.DISPLAY_NAME;
H A DDocumentsContract.java184 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME;
H A DContacts.java265 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/opt/chips/src/com/android/ex/chips/
H A DQueries.java32 Contacts.DISPLAY_NAME, // 0
52 Contacts.DISPLAY_NAME, // 0
H A DBaseRecipientAdapter.java113 Directory.DISPLAY_NAME, // 3
121 public static final int DISPLAY_NAME = 3; field in class:BaseRecipientAdapter.DirectoryListQuery
651 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;
180 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME)));
193 SIZE, DISPLAY_NAME }, null, null, null);
204 DISPLAY_NAME, SIZE }, null, null, null);
221 SIZE, "foobar", DISPLAY_NAME }, null, null, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserInfoController.java168 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME
174 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME));
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java42 private static final String DISPLAY_NAME = "Accessory Display"; field in class:DisplaySourceService
207 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/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java61 values.put(Images.Media.DISPLAY_NAME, title);
/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.java150 column = MediaColumns.DISPLAY_NAME;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java188 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java268 SubscriptionManager.DISPLAY_NAME));
805 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
968 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
H A DSubscriptionInfoUpdater.java417 name.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java128 public static final String DISPLAY_NAME = "display_name"; field in class:SubscriptionManager
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java217 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME);
297 final String formattedName = contentValues.getAsString(StructuredName.DISPLAY_NAME);
349 // DISPLAY_NAME doesn't exist while some other elements do, which is usually
350 // weird in Android, as DISPLAY_NAME should (usually) be constructed
352 Log.w(LOG_TAG, "DISPLAY_NAME is empty.");
401 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME);

Completed in 782 milliseconds

12