Searched defs:DISPLAY_NAME (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactTileLoaderFactory.java34 public final static int DISPLAY_NAME = 1; field in class:ContactTileLoaderFactory
55 Contacts.DISPLAY_NAME, // .................................1
85 private static final String STARRED_ORDER = Contacts.DISPLAY_NAME+" COLLATE NOCASE ASC";
H A DSplitAggregateView.java58 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
67 int DISPLAY_NAME = 5; field in interface:SplitAggregateView.SplitQuery
195 info.name = cursor.getString(SplitQuery.DISPLAY_NAME);
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DCancelActivity.java40 /* package */ final static String DISPLAY_NAME = "display_name"; field in class:CancelActivity
78 mDisplayName = uri.getQueryParameter(DISPLAY_NAME);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java52 Directory.DISPLAY_NAME,
59 public static final int DISPLAY_NAME = 3; field in class:DirectoryListLoader.DirectoryQuery
77 Directory.DISPLAY_NAME,
179 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
H A DMultiSelectEmailAddressesListAdapter.java69 public static final int DISPLAY_NAME = 7; field in class:MultiSelectEmailAddressesListAdapter.EmailQuery
123 return ((Cursor) getItem(position)).getString(EmailQuery.DISPLAY_NAME);
163 EmailQuery.DISPLAY_NAME);
189 view.showDisplayName(cursor, EmailQuery.DISPLAY_NAME, getContactNameDisplayOrder());
H A DMultiSelectPhoneNumbersListAdapter.java69 public static final int DISPLAY_NAME = 7; field in class:MultiSelectPhoneNumbersListAdapter.PhoneQuery
123 return ((Cursor) getItem(position)).getString(PhoneQuery.DISPLAY_NAME);
163 PhoneQuery.DISPLAY_NAME);
189 view.showDisplayName(cursor, PhoneQuery.DISPLAY_NAME, getContactNameDisplayOrder());
H A DPhoneNumberListAdapter.java150 public static final int DISPLAY_NAME = 7; field in class:PhoneNumberListAdapter.PhoneQuery
324 return ((Cursor) getItem(position)).getString(PhoneQuery.DISPLAY_NAME);
450 PhoneQuery.LOOKUP_KEY, PhoneQuery.DISPLAY_NAME);
513 view.showDisplayName(cursor, PhoneQuery.DISPLAY_NAME, getContactNameDisplayOrder());
553 final String displayName = cursor.getString(PhoneQuery.DISPLAY_NAME);
643 .appendQueryParameter(Directory.DISPLAY_NAME, directory.getLabel())
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryListLoader.java43 Directory._ID, DIRECTORY_TYPE, Directory.DISPLAY_NAME, Directory.PHOTO_SUPPORT,
155 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
200 Directory.DISPLAY_NAME,
207 public static final int DISPLAY_NAME = 3; field in class:DirectoryListLoader.DirectoryQuery
H A DPhoneNumberListAdapter.java259 String displayName = cursor.getString(PhoneQuery.DISPLAY_NAME);
345 PhoneQuery.DISPLAY_NAME);
435 view.showDisplayName(cursor, PhoneQuery.DISPLAY_NAME);
475 final String displayName = cursor.getString(PhoneQuery.DISPLAY_NAME);
559 .appendQueryParameter(Directory.DISPLAY_NAME, directory.getLabel())
638 public static final int DISPLAY_NAME = 7; field in class:PhoneNumberListAdapter.PhoneQuery
/packages/apps/Dialer/java/com/android/dialer/oem/
H A DCequintCallerIdManager.java74 private static final String DISPLAY_NAME = "cid_pDisplayName"; field in class:CequintCallerIdManager
200 String displayName = getString(cursor, cursor.getColumnIndex(DISPLAY_NAME));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java55 public static final String DISPLAY_NAME = "_display_name"; field in class:AttachmentUtilities.Columns
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java87 Directory.DISPLAY_NAME,
96 public static final int DISPLAY_NAME = 2; field in class:ContactDirectoryManager.DirectoryQuery
493 info.displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
563 values.put(Directory.DISPLAY_NAME, info.displayName);
H A DContactsDatabaseHelper.java482 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY; field in interface:ContactsDatabaseHelper.RawContactsColumns
487 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
816 StructuredName.DISPLAY_NAME,
821 public static final int DISPLAY_NAME = 2; field in interface:ContactsDatabaseHelper.StructuredNameQuery
1692 Directory.DISPLAY_NAME + " TEXT, " +
2853 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME);
/packages/apps/Contacts/src/com/android/contacts/database/
H A DSimContactDaoImpl.java347 selectionBuilder.append(Data.DISPLAY_NAME).append(" IN (")
445 Data.RAW_CONTACT_ID, Phone.NUMBER, Data.DISPLAY_NAME, Data.MIMETYPE
450 public static final int DISPLAY_NAME = 2; field in class:SimContactDaoImpl.DataQuery
462 return cursor.getString(DISPLAY_NAME);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java99 Contacts.DISPLAY_NAME,
111 int DISPLAY_NAME = 3; field in interface:ContactHeaderWidget.ContactQuery
640 final String displayName = c.getString(ContactQuery.DISPLAY_NAME);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java458 ImageColumns.DISPLAY_NAME + " LIKE ?", queryArgs,
466 VideoColumns.DISPLAY_NAME + " LIKE ?", queryArgs,
648 ImageColumns.DISPLAY_NAME,
654 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.ImageQuery
666 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME));
706 VideoColumns.DISPLAY_NAME,
712 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.VideoQuery
724 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME));
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java126 Contacts.DISPLAY_NAME,
208 public static final int DISPLAY_NAME = 3; field in class:ContactLoader.ContactQuery
283 Directory.DISPLAY_NAME,
291 public static final int DISPLAY_NAME = 0; field in class:ContactLoader.DirectoryQuery
374 final String displayName = json.optString(Contacts.DISPLAY_NAME);
401 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
599 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
724 final String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java129 final String displayName = json.optString(Contacts.DISPLAY_NAME);
155 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
424 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
564 final String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
790 public static final int DISPLAY_NAME = 3; field in class:ContactLoader.ContactQuery
857 Contacts.DISPLAY_NAME,
931 public static final int DISPLAY_NAME = 0; field in class:ContactLoader.DirectoryQuery
939 Directory.DISPLAY_NAME,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1263 + RawContactsColumns.DISPLAY_NAME + ","
1299 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.RawContactsQuery
1426 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME);
1754 + RawContactsColumns.DISPLAY_NAME + ","
1763 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.DisplayNameQuery
1790 String displayName = c.getString(DisplayNameQuery.DISPLAY_NAME);
1853 RawContactsColumns.DISPLAY_NAME,
1860 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.LookupKeyQuery
1901 c.getString(LookupKeyQuery.DISPLAY_NAME));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java641 public static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.MessageColumns
767 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
799 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
1002 values.put(MessageColumns.DISPLAY_NAME, mDisplayName);
1669 public static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.AccountColumns
1738 static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.MailboxColumns

Completed in 547 milliseconds