Searched refs:DISPLAY_NAME (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java125 Directory.DISPLAY_NAME, // 3
133 public static final int DISPLAY_NAME = 3; field in class:BaseRecipientAdapter.DirectoryListQuery
728 params.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java148 column = MediaColumns.DISPLAY_NAME;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java195 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java416 public static final String DISPLAY_NAME = "_display_name"; field in interface:MediaStore.MediaColumns
1984 public static final String DEFAULT_SORT_ORDER = MediaColumns.DISPLAY_NAME;
H A DContactsContract.java505 public static final String DISPLAY_NAME = "displayName"; field in class:ContactsContract.Directory
940 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field in interface:ContactsContract.ContactsColumns
1265 * new String[] {Contacts.DISPLAY_NAME},
1926 * new String[] {Contacts.DISPLAY_NAME, Contacts._ID, Contacts.LOOKUP_KEY},
2473 * values.put(StructuredName.DISPLAY_NAME, "Mike Sullivan");
2494 * .withValue(StructuredName.DISPLAY_NAME, "Mike Sullivan")
4708 * <td>{@link #DISPLAY_NAME}</td>
5102 * resolver.query(uri, new String[]{PhoneLookup.DISPLAY_NAME,...
5163 * <td>{@link #DISPLAY_NAME}</td>
5707 * <td>{@link #DISPLAY_NAME}</t
5777 public static final String DISPLAY_NAME = DATA1; field in class:ContactsContract.CommonDataKinds.StructuredName
6340 public static final String DISPLAY_NAME = DATA4; field in class:ContactsContract.CommonDataKinds.Email
[all...]
H A DContacts.java267 public static final String DISPLAY_NAME = "display_name"; field in interface:Contacts.PeopleColumns
H A DDocumentsContract.java236 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java273 SubscriptionManager.DISPLAY_NAME));
812 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
972 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
H A DSubscriptionInfoUpdater.java437 name.put(SubscriptionManager.DISPLAY_NAME, nameToSet);
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java126 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);
H A DVCardEntry.java139 * Not in vCard but for {@link StructuredName#DISPLAY_NAME}. This field
205 builder.withValue(StructuredName.DISPLAY_NAME, displayName);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java258 values.put(MediaStore.Images.ImageColumns.DISPLAY_NAME, mImageFileName);

Completed in 1947 milliseconds

12