Searched refs:DISPLAY_NAME (Results 126 - 150 of 164) sorted by relevance

1234567

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java94 if (StructuredName.DISPLAY_NAME != Data.DATA1 || Nickname.NAME != Data.DATA1
H A DContactsProvider2.java314 + Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC";
642 + Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC, "
674 .add(Contacts.DISPLAY_NAME)
863 .add(OpenableColumns.DISPLAY_NAME, Contacts.DISPLAY_NAME + " || '.vcf'")
984 .add(PhoneLookup.DISPLAY_NAME, "contacts_view." + Contacts.DISPLAY_NAME)
1178 .add(Directory.DISPLAY_NAME)
5980 " 'vcards_' || ? || '.vcf' AS " + OpenableColumns.DISPLAY_NAME + "," +
6109 Contacts._ID, null, Contacts.DISPLAY_NAME
[all...]
H A DContactsDatabaseHelper.java486 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY; field in interface:ContactsDatabaseHelper.RawContactsColumns
491 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
820 StructuredName.DISPLAY_NAME,
825 public static final int DISPLAY_NAME = 2; field in interface:ContactsDatabaseHelper.StructuredNameQuery
1703 Directory.DISPLAY_NAME + " TEXT, " +
2872 String name = cursor.getString(StructuredNameQuery.DISPLAY_NAME);
/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java169 builder.withValue(StructuredName.DISPLAY_NAME, name);
H A DNotificationMgr.java151 PhoneLookup.DISPLAY_NAME,
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DEditFdnContactScreen.java95 private static final String[] NUM_PROJECTION = new String[] {CommonDataKinds.Phone.DISPLAY_NAME,
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportVCardActivity.java427 new String[] { OpenableColumns.DISPLAY_NAME },
434 int index = cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME);
/packages/apps/Email/tests/src/com/android/email/provider/
H A DAttachmentProviderTests.java134 AttachmentUtilities.Columns.DISPLAY_NAME,
149 AttachmentUtilities.Columns.DISPLAY_NAME,
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1398 " AND " + StructuredName.DISPLAY_NAME + "=" + Contacts.DISPLAY_NAME +
1399 " AND " + StructuredName.DISPLAY_NAME + " IS NOT NULL " +
1400 " AND " + StructuredName.DISPLAY_NAME + " != '' ";
1487 new String[]{Contacts._ID, Contacts.DISPLAY_NAME,
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java984 final String beforeDisplayName = original.getAsString(StructuredName.DISPLAY_NAME);
985 final String afterDisplayName = pending.getAsString(StructuredName.DISPLAY_NAME);
1413 ContactsContract.Contacts.DISPLAY_NAME,
H A DRawContactEditorView.java662 final String name = primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java1625 final String displayName = cursor.getColumnIndex(Contacts.DISPLAY_NAME) >= 0
1626 ? cursor.getString(cursor.getColumnIndex(Contacts.DISPLAY_NAME)) : null;
1656 int displayNameIndex = cursor.getColumnIndex(Contacts.DISPLAY_NAME);
H A DContactEntryListAdapter.java408 int displayNameColumnIndex = cursor.getColumnIndex(Directory.DISPLAY_NAME);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java162 OpenableColumns.DISPLAY_NAME,
176 sColumnsMap.put(OpenableColumns.DISPLAY_NAME,
177 Downloads.Impl.COLUMN_TITLE + " AS " + OpenableColumns.DISPLAY_NAME);
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyProviderTest.java474 contentValues.put(SubscriptionManager.DISPLAY_NAME, insertDisplayName);
489 final String selection = SubscriptionManager.DISPLAY_NAME + "=?";
508 final String selectionToDelete = SubscriptionManager.DISPLAY_NAME + "=?";
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapUtils.java130 .query(Profile.CONTENT_URI, new String[]{Profile.DISPLAY_NAME}, null, null, null);
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java314 Contacts.LOOKUP_KEY, Contacts.DISPLAY_NAME,
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntryListAdapter.java390 int displayNameColumnIndex = cursor.getColumnIndex(Directory.DISPLAY_NAME);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DBaseAccountType.java170 new EditField(StructuredName.DISPLAY_NAME, R.string.full_name, FLAGS_PERSON_NAME));
213 new EditField(StructuredName.DISPLAY_NAME, R.string.full_name, FLAGS_PERSON_NAME)
1046 new EditField(StructuredName.DISPLAY_NAME, R.string.full_name, FLAGS_PERSON_NAME));
1089 new EditField(StructuredName.DISPLAY_NAME, R.string.full_name, FLAGS_PERSON_NAME)
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java89 .put(Contacts.DISPLAY_NAME, number)
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java105 String selections = ContactsContract.Contacts.DISPLAY_NAME + " = ?";
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java258 values.put(StructuredName.DISPLAY_NAME, "604 Arizona Ave");
266 values.put(StructuredName.DISPLAY_NAME, "604 Arizona Ave");
1608 uri, new String[] { Contacts._ID, Contacts.DISPLAY_NAME }, null, null, null);
1616 values.put(Contacts.DISPLAY_NAME, "first1 last1");
H A DContactAggregatorTest.java258 values.put(StructuredName.DISPLAY_NAME, "604 Arizona Ave");
266 values.put(StructuredName.DISPLAY_NAME, "604 Arizona Ave");
1600 uri, new String[] { Contacts._ID, Contacts.DISPLAY_NAME }, null, null, null);
1608 values.put(Contacts.DISPLAY_NAME, "first1 last1");
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java637 String displayName = c.getString(c.getColumnIndex(Contacts.DISPLAY_NAME));
1275 Contacts.DISPLAY_NAME
1285 Contacts.DISPLAY_NAME);
/packages/apps/Contacts/tests/src/com/android/contacts/database/
H A DSimContactDaoTests.java264 Data.DISPLAY_NAME + "=?",

Completed in 842 milliseconds

1234567