/packages/apps/Calendar/src/com/android/calendar/ |
H A D | EmailAddressAdapter.java | 38 Contacts.TIMES_CONTACTED + " DESC, " + Contacts.DISPLAY_NAME; 44 Contacts.DISPLAY_NAME, // 1
|
H A D | SelectCalendarsAdapter.java | 49 private static final String CALENDARS_ORDERBY = IS_PRIMARY + " DESC," + Calendars.DISPLAY_NAME + 110 Calendars.DISPLAY_NAME,
|
/packages/apps/Email/src/com/android/email/ |
H A D | EmailAddressAdapter.java | 39 Contacts.TIMES_CONTACTED + " DESC, " + Contacts.DISPLAY_NAME; 45 Contacts.DISPLAY_NAME, // 1
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
H A D | VoiceContact.java | 116 Phone.DISPLAY_NAME, 125 Phone.LAST_TIME_CONTACTED + " DESC, " + Phone.DISPLAY_NAME + " ASC"); 131 final int nameColumn = cursor.getColumnIndexOrThrow(Phone.DISPLAY_NAME);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2Test.java | 179 values.put(Contacts.DISPLAY_NAME, "Meghan Knox"); 200 values.put(Contacts.DISPLAY_NAME, "Hot Tamale"); 235 values.put(PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 264 assertStoredValue(lookupUri1, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 271 assertStoredValue(lookupUri2, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 284 assertStoredValue(lookupUri2, PhoneLookup.DISPLAY_NAME, "Hot Tamale"); 312 values.put(Contacts.DISPLAY_NAME, "Meghan Knox"); 329 values.put(Contacts.DISPLAY_NAME, "Hot Tamale"); 353 values.put(Contacts.DISPLAY_NAME, "Hot Tamale"); 385 values.put(Contacts.DISPLAY_NAME, "Alic [all...] |
H A D | LegacyContactsProviderTest.java | 134 assertStoredValue(personUri, People.DISPLAY_NAME, "John Doe"); 159 values.put(People.DISPLAY_NAME, "Google"); 167 values.put(People.DISPLAY_NAME, "Acme"); 175 values.putNull(People.DISPLAY_NAME); 203 values.put(People.DISPLAY_NAME, "12345"); 216 values.put(People.DISPLAY_NAME, "67890"); 224 values.putNull(People.DISPLAY_NAME); 275 values.put(People.DISPLAY_NAME, "foo@acme.com"); 288 values.put(People.DISPLAY_NAME, "bar@acme.com"); 296 values.putNull(People.DISPLAY_NAME); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
H A D | SplitAggregateView.java | 61 StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, Phone.NUMBER 68 int DISPLAY_NAME = 4; field in interface:SplitAggregateView.SplitQuery 191 info.name = cursor.getString(SplitQuery.DISPLAY_NAME);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | ContactsDictionary.java | 32 Contacts.DISPLAY_NAME,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | GlobalSearchSupport.java | 89 "name_raw_contact." + RawContactsColumns.DISPLAY_NAME 90 + " AS " + Contacts.DISPLAY_NAME, 101 public static final int DISPLAY_NAME = 1; field in interface:GlobalSearchSupport.SearchSuggestionQuery 391 suggestion.text1 = c.getString(SearchSuggestionQuery.DISPLAY_NAME);
|
H A D | SocialProvider.java | 88 columns.put(Contacts.DISPLAY_NAME, "contact." + Contacts.DISPLAY_NAME + " AS " 89 + Contacts.DISPLAY_NAME);
|
H A D | LegacyContactImporter.java | 402 RawContactsColumns.DISPLAY_NAME + "," + 419 int DISPLAY_NAME = 14; field in interface:LegacyContactImporter.RawContactsInsert 449 StructuredName.DISPLAY_NAME + "," + 464 int DISPLAY_NAME = 3; field in interface:LegacyContactImporter.StructuredNameInsert 556 bindString(insert, RawContactsInsert.DISPLAY_NAME, 603 bindString(insert, StructuredNameInsert.DISPLAY_NAME, name); 619 bindString(insert, StructuredNameInsert.DISPLAY_NAME, joined);
|
H A D | ContactAggregator.java | 1179 + RawContactsColumns.DISPLAY_NAME + "," 1210 int DISPLAY_NAME = 1; field in interface:ContactAggregator.RawContactsQuery 1310 String displayName = c.getString(RawContactsQuery.DISPLAY_NAME); 1524 RawContactsColumns.DISPLAY_NAME, 1532 int DISPLAY_NAME = 1; field in interface:ContactAggregator.DisplayNameQuery 1559 String displayName = c.getString(DisplayNameQuery.DISPLAY_NAME); 1606 RawContactsColumns.DISPLAY_NAME, 1613 int DISPLAY_NAME = 1; field in interface:ContactAggregator.LookupKeyQuery 1640 c.getString(LookupKeyQuery.DISPLAY_NAME));
|
/packages/apps/Mms/src/com/android/mms/ui/ |
H A D | RecipientsAdapter.java | 59 Phone.DISPLAY_NAME, // 5 63 + Contacts.DISPLAY_NAME + "," + Phone.TYPE;
|
/packages/apps/Phone/src/com/android/phone/ |
H A D | BluetoothAtPhonebook.java | 56 Phone._ID, Phone.DISPLAY_NAME, Phone.NUMBER, Phone.TYPE 240 new String[] {PhoneLookup.DISPLAY_NAME, PhoneLookup.TYPE}, 388 pbr.nameColumn = pbr.cursor.getColumnIndex(Phone.DISPLAY_NAME);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppSendFileInfo.java | 114 OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapVcardManager.java | 78 Contacts.DISPLAY_NAME, // 4 95 Contacts.DISPLAY_NAME, // 1 221 null, Contacts.DISPLAY_NAME); 405 null, Contacts.DISPLAY_NAME);
|
/packages/apps/Email/src/com/android/email/activity/ |
H A D | AccountShortcutPicker.java | 50 EmailContent.AccountColumns.DISPLAY_NAME,
|
H A D | MailboxList.java | 144 uri, new String[] { AccountColumns.DISPLAY_NAME }, null, null, null); 348 MailboxColumns.TYPE + "," + MailboxColumns.DISPLAY_NAME); 606 MailboxColumns.DISPLAY_NAME, MailboxColumns.UNREAD_COUNT, MailboxColumns.TYPE };
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
H A D | AccountSettingsUtils.java | 49 cv.put(AccountColumns.DISPLAY_NAME, account.getDisplayName());
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarDebug.java | 44 Calendar.Calendars.DISPLAY_NAME,
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
H A D | FolderSyncParser.java | 76 private static final String WHERE_DISPLAY_NAME_AND_ACCOUNT = MailboxColumns.DISPLAY_NAME + 290 cv.put(Mailbox.DISPLAY_NAME, displayName);
|
/packages/providers/DrmProvider/src/com/android/providers/drm/ |
H A D | DrmProvider.java | 170 if (projectionIn[i].equals(OpenableColumns.DISPLAY_NAME)) { 171 projectionIn[i] = "title AS " + OpenableColumns.DISPLAY_NAME;
|
/packages/apps/Mms/src/com/android/mms/data/ |
H A D | Contact.java | 310 Phone.DISPLAY_NAME, // 2 330 Email.DISPLAY_NAME, // 0 333 Phone.DISPLAY_NAME, //
|
/packages/apps/Email/src/com/android/email/provider/ |
H A D | AttachmentProvider.java | 78 public static final String DISPLAY_NAME = "_display_name"; field in class:AttachmentProvider.AttachmentProviderColumns 362 else if (AttachmentProviderColumns.DISPLAY_NAME.equals(column)) {
|
/packages/apps/Tag/src/com/android/apps/tag/provider/ |
H A D | TagProvider.java | 89 .put(NdefMessages.MIME.DISPLAY_NAME, 91 + NdefMessages.MIME.DISPLAY_NAME)
|