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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
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";
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java54 Directory.DISPLAY_NAME,
61 public static final int DISPLAY_NAME = 3; field in class:DirectoryListLoader.DirectoryQuery
79 Directory.DISPLAY_NAME,
181 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
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/ContactsCommon/src/com/android/contacts/common/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/
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/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.java84 Directory.DISPLAY_NAME,
93 public static final int DISPLAY_NAME = 2; field in class:ContactDirectoryManager.DirectoryQuery
427 info.displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
497 values.put(Directory.DISPLAY_NAME, info.displayName);
H A DContactsDatabaseHelper.java458 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY; field in interface:ContactsDatabaseHelper.RawContactsColumns
463 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
802 StructuredName.DISPLAY_NAME,
807 public static final int DISPLAY_NAME = 2; field in interface:ContactsDatabaseHelper.StructuredNameQuery
846 int DISPLAY_NAME = 3; field in interface:ContactsDatabaseHelper.StructName205Query
1635 Directory.DISPLAY_NAME + " TEXT, " +
3112 Tables.CONTACTS + "." + Contacts.DISPLAY_NAME +
3134 // Wipe out DISPLAY_NAME on the Contacts table as it is no longer in use.
3137 " SET " + Contacts.DISPLAY_NAME + "=NULL"
3153 RawContactsColumns.DISPLAY_NAME
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java153 Contacts.DISPLAY_NAME,
158 final int DISPLAY_NAME = 3; field in interface:ConfirmAddDetailActivity.ContactQuery
487 mDisplayName = cursor.getString(ContactQuery.DISPLAY_NAME);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java220 appendValue(nameSb, values, StructuredName.DISPLAY_NAME);
297 Data.DISPLAY_NAME,
312 public static final int DISPLAY_NAME = 4; field in class:AggregationSuggestionEngine.DataQuery
435 suggestion.name = mDataCursor.getString(DataQuery.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.java603 ImageColumns.DISPLAY_NAME,
609 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.ImageQuery
621 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME));
661 VideoColumns.DISPLAY_NAME,
667 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.VideoQuery
679 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME));
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java122 Contacts.DISPLAY_NAME,
204 public static final int DISPLAY_NAME = 3; field in class:ContactLoader.ContactQuery
279 Directory.DISPLAY_NAME,
287 public static final int DISPLAY_NAME = 0; field in class:ContactLoader.DirectoryQuery
394 final String displayName = json.optString(Contacts.DISPLAY_NAME);
421 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
648 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
773 final String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1258 + RawContactsColumns.DISPLAY_NAME + ","
1294 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.RawContactsQuery
1421 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME);
1749 + RawContactsColumns.DISPLAY_NAME + ","
1758 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.DisplayNameQuery
1785 String displayName = c.getString(DisplayNameQuery.DISPLAY_NAME);
1848 RawContactsColumns.DISPLAY_NAME,
1855 int DISPLAY_NAME = 1; field in interface:AbstractContactAggregator.LookupKeyQuery
1896 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 613 milliseconds