Searched defs:DISPLAY_NAME (Results 1 - 16 of 16) 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
54 Contacts.DISPLAY_NAME, // .................................1
71 Contacts.DISPLAY_NAME, // .................................1
83 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,
168 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
H A DPhoneNumberListAdapter.java100 public static final int DISPLAY_NAME = 7; field in class:PhoneNumberListAdapter.PhoneQuery
263 return ((Cursor) getItem(position)).getString(PhoneQuery.DISPLAY_NAME);
369 PhoneQuery.LOOKUP_KEY, PhoneQuery.DISPLAY_NAME);
421 view.showDisplayName(cursor, PhoneQuery.DISPLAY_NAME, getContactNameDisplayOrder());
449 final String displayName = cursor.getString(PhoneQuery.DISPLAY_NAME);
538 .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.java50 public static final String DISPLAY_NAME = "displayName"; field in class:GalResult.GalData
75 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
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
429 info.displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
499 values.put(Directory.DISPLAY_NAME, info.displayName);
H A DContactsDatabaseHelper.java439 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY; field in interface:ContactsDatabaseHelper.RawContactsColumns
444 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
761 StructuredName.DISPLAY_NAME,
766 public static final int DISPLAY_NAME = 2; field in interface:ContactsDatabaseHelper.StructuredNameQuery
805 int DISPLAY_NAME = 3; field in interface:ContactsDatabaseHelper.StructName205Query
1591 Directory.DISPLAY_NAME + " TEXT, " +
2916 Tables.CONTACTS + "." + Contacts.DISPLAY_NAME +
2938 // Wipe out DISPLAY_NAME on the Contacts table as it is no longer in use.
2941 " SET " + Contacts.DISPLAY_NAME + "=NULL"
2957 RawContactsColumns.DISPLAY_NAME
[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
388 suggestion.name = mDataCursor.getString(DataQuery.DISPLAY_NAME);
/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/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.java118 Contacts.DISPLAY_NAME,
190 public static final int DISPLAY_NAME = 3; field in class:ContactLoader.ContactQuery
264 Directory.DISPLAY_NAME,
272 public static final int DISPLAY_NAME = 0; field in class:ContactLoader.DirectoryQuery
359 final String displayName = json.optString(Contacts.DISPLAY_NAME);
386 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
613 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
735 final String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1720 + RawContactsColumns.DISPLAY_NAME + ","
1756 int DISPLAY_NAME = 1; field in interface:ContactAggregator.RawContactsQuery
1883 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME);
2201 RawContactsColumns.DISPLAY_NAME,
2209 int DISPLAY_NAME = 1; field in interface:ContactAggregator.DisplayNameQuery
2236 String displayName = c.getString(DisplayNameQuery.DISPLAY_NAME);
2299 RawContactsColumns.DISPLAY_NAME,
2306 int DISPLAY_NAME = 1; field in interface:ContactAggregator.LookupKeyQuery
2346 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 669 milliseconds