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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java32 public final static int DISPLAY_NAME = 1; field in class:ContactTileLoaderFactory
52 Contacts.DISPLAY_NAME, // .................................1
68 Contacts.DISPLAY_NAME, // .................................1
80 private static final String STARRED_ORDER = Contacts.DISPLAY_NAME+" COLLATE NOCASE ASC";
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java52 Directory.DISPLAY_NAME,
59 public static final int DISPLAY_NAME = 3; field in class:DirectoryListLoader.DirectoryQuery
69 Directory.DISPLAY_NAME,
165 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
H A DPhoneNumberListAdapter.java97 public static final int DISPLAY_NAME = 7; field in class:PhoneNumberListAdapter.PhoneQuery
245 return ((Cursor) getItem(position)).getString(PhoneQuery.DISPLAY_NAME);
403 view.showDisplayName(cursor, PhoneQuery.DISPLAY_NAME, getContactNameDisplayOrder());
511 .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/Exchange/src/com/android/exchange/provider/
H A DGalResult.java48 public static final String DISPLAY_NAME = "displayName"; field in class:GalResult.GalData
73 put(DISPLAY_NAME, _displayName);
/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
192 info.name = cursor.getString(SplitQuery.DISPLAY_NAME);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java57 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
429 info.displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
499 values.put(Directory.DISPLAY_NAME, info.displayName);
H A DContactsDatabaseHelper.java415 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY; field in interface:ContactsDatabaseHelper.RawContactsColumns
420 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
1384 Directory.DISPLAY_NAME + " TEXT, " +
2639 Tables.CONTACTS + "." + Contacts.DISPLAY_NAME +
2661 // Wipe out DISPLAY_NAME on the Contacts table as it is no longer in use.
2664 " SET " + Contacts.DISPLAY_NAME + "=NULL"
2680 RawContactsColumns.DISPLAY_NAME + " COLLATE LOCALIZED ASC" +
2752 int DISPLAY_NAME = 3; field in interface:ContactsDatabaseHelper.StructName205Query
2784 StructuredName.DISPLAY_NAME + "=?," +
2798 String displayName = cursor.getString(StructName205Query.DISPLAY_NAME);
3254 public static final int DISPLAY_NAME = 2; field in class:ContactsDatabaseHelper.StructuredNameQuery
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java209 appendValue(nameSb, values, StructuredName.DISPLAY_NAME);
274 Data.DISPLAY_NAME,
289 public static final int DISPLAY_NAME = 4; field in class:AggregationSuggestionEngine.DataQuery
384 suggestion.name = mDataCursor.getString(DataQuery.DISPLAY_NAME);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java150 Contacts.DISPLAY_NAME,
155 final int DISPLAY_NAME = 3; field in interface:ConfirmAddDetailActivity.ContactQuery
481 mDisplayName = cursor.getString(ContactQuery.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.java588 ImageColumns.DISPLAY_NAME,
594 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.ImageQuery
606 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(ImageQuery.DISPLAY_NAME));
646 VideoColumns.DISPLAY_NAME,
652 final int DISPLAY_NAME = 1; field in interface:MediaDocumentsProvider.VideoQuery
664 row.add(Document.COLUMN_DISPLAY_NAME, cursor.getString(VideoQuery.DISPLAY_NAME));
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java119 Contacts.DISPLAY_NAME,
191 public static final int DISPLAY_NAME = 3; field in class:ContactLoader.ContactQuery
265 Directory.DISPLAY_NAME,
273 public static final int DISPLAY_NAME = 0; field in class:ContactLoader.DirectoryQuery
362 final String displayName = json.getString(Contacts.DISPLAY_NAME);
389 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
610 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
733 final String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1719 + RawContactsColumns.DISPLAY_NAME + ","
1755 int DISPLAY_NAME = 1; field in interface:ContactAggregator.RawContactsQuery
1882 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME);
2196 RawContactsColumns.DISPLAY_NAME,
2204 int DISPLAY_NAME = 1; field in interface:ContactAggregator.DisplayNameQuery
2231 String displayName = c.getString(DisplayNameQuery.DISPLAY_NAME);
2294 RawContactsColumns.DISPLAY_NAME,
2301 int DISPLAY_NAME = 1; field in interface:ContactAggregator.LookupKeyQuery
2341 c.getString(LookupKeyQuery.DISPLAY_NAME));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java540 public static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.MessageColumns
668 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
700 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
906 values.put(MessageColumns.DISPLAY_NAME, mDisplayName);
1573 public static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.AccountColumns
1637 static final String DISPLAY_NAME = "displayName"; field in interface:EmailContent.MailboxColumns

Completed in 1633 milliseconds