HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY_NAME (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 52 String name = values.getAsString(StructuredName.DISPLAY_NAME);
78 if (values.containsKey(StructuredName.DISPLAY_NAME) ||
83 String name = augmented.getAsString(StructuredName.DISPLAY_NAME);
125 final String unstruct = update.getAsString(StructuredName.DISPLAY_NAME);
148 update.put(StructuredName.DISPLAY_NAME, joined);
195 String name = builder.getString(StructuredName.DISPLAY_NAME);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 61 .with(StructuredName.DISPLAY_NAME, "test name")
78 .with(StructuredName.DISPLAY_NAME, "test name")
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 38 Contacts.DISPLAY_NAME
115 new String[] { Contacts.DISPLAY_NAME }, // Name for group layouts
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 40 People.DISPLAY_NAME, // 4
62 loader.setSortOrder(Phones.DISPLAY_NAME);
LegacyPostalAddressListAdapter.java 40 People.DISPLAY_NAME, // 4
62 loader.setSortOrder(People.DISPLAY_NAME);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 84 * Used to provide {@link OpenableColumns#DISPLAY_NAME} and {@link OpenableColumns#SIZE}
91 : new String[] {OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE};
100 if (OpenableColumns.DISPLAY_NAME.equals(column)) {
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 58 new String[]{People.DISPLAY_NAME}, null, null, null);
ContactAccessorSdk5.java 64 new String[]{Contacts._ID, Contacts.DISPLAY_NAME}, null, null, null);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 187 b.withValue(StructuredName.DISPLAY_NAME, "Regular Contact");
199 Contacts.DISPLAY_NAME, "Regular Contact",
216 b.withValue(StructuredName.DISPLAY_NAME, "Profile Contact");
229 Contacts.DISPLAY_NAME, "Profile Contact",
SearchIndexManagerTest.java 53 values.put(StructuredName.DISPLAY_NAME, "Bob I. Parr");
78 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI
93 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI
113 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il
128 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il
154 values.put(StructuredName.DISPLAY_NAME, "\uC120\uC6B0\uC6A9\uB140");
510 values.put(StructuredName.DISPLAY_NAME, name);
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPickerFragment.java 170 AccountColumns.DISPLAY_NAME,
297 MailboxColumns.DISPLAY_NAME,
302 MailboxColumns.SERVER_ID + " as " + MailboxColumns.DISPLAY_NAME
307 MailboxColumns.DISPLAY_NAME
311 MailboxColumns.ID, REAL_ID, MailboxColumns.DISPLAY_NAME
383 orderBy = MailboxColumns.DISPLAY_NAME;
MailboxMoveToAdapter.java 73 MailboxColumns.DISPLAY_NAME,
91 + ", " + MailboxColumns.DISPLAY_NAME;
MailboxFragmentAdapter.java 113 MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE, MailboxColumns.UNREAD_COUNT,
123 MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE, MailboxColumns.UNREAD_COUNT,
128 MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE, MailboxColumns.UNREAD_COUNT,
133 MailboxColumns.ID, ORIGINAL_ID, MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE,
160 + " ," + MailboxColumns.DISPLAY_NAME + " COLLATE LOCALIZED ASC";
288 final String name = cursor.getString(cursor.getColumnIndex(MailboxColumns.DISPLAY_NAME));
347 final TextView nameView = (TextView) view.findViewById(R.id.display_name);
608 EmailContent.RECORD_ID, AccountColumns.DISPLAY_NAME,
AccountSelectorAdapter.java 76 Account.DISPLAY_NAME,
86 Account.DISPLAY_NAME,
143 final TextView displayNameView = (TextView) view.findViewById(R.id.display_name);
148 final TextView displayNameView = (TextView) view.findViewById(R.id.display_name);
274 return cursor.getString(cursor.getColumnIndex(Account.DISPLAY_NAME));
432 MailboxColumns.ID, MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE,
504 AccountColumns.DISPLAY_NAME,
507 MailboxColumns.ID, MailboxColumns.DISPLAY_NAME, MailboxColumns.TYPE,
  /packages/apps/Contacts/src/com/android/contacts/util/
NameConverter.java 92 StructuredName.DISPLAY_NAME,
120 appendQueryParameter(builder, StructuredName.DISPLAY_NAME, displayName);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelActivity.java 40 /* package */ final static String DISPLAY_NAME = "display_name";
78 mDisplayName = uri.getQueryParameter(DISPLAY_NAME);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 95 OpenableColumns.DISPLAY_NAME,
112 } else if (projection[i].equalsIgnoreCase(OpenableColumns.DISPLAY_NAME)) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessageReceiver.java 50 // Contacts.Phones.DISPLAY_NAME
54 projection = new String[] { ContactsContract.PhoneLookup.DISPLAY_NAME };
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 65 // DISPLAY_NAME is missing.
85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]");
VCardExporterTests.java 70 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME");
108 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName1");
117 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
131 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName2")
168 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay1");
177 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay2")
187 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
196 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay3")
238 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName")
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java 44 new String[] {Contacts.DISPLAY_NAME, CommonDataKinds.Email.ADDRESS, Contacts.CONTENT_TYPE,
92 galData.put(GalData.DISPLAY_NAME, names[TEST_FIELD_DISPLAY_NAME]);
127 assertEquals(EXPECTED_DISPLAY_NAMES[i], ps.get(GalData.DISPLAY_NAME));
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java 44 new String[] {Contacts.DISPLAY_NAME, CommonDataKinds.Email.ADDRESS, Contacts.CONTENT_TYPE,
92 galData.put(GalData.DISPLAY_NAME, names[TEST_FIELD_DISPLAY_NAME]);
127 assertEquals(EXPECTED_DISPLAY_NAMES[i], ps.get(GalData.DISPLAY_NAME));
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 122 Phone.DISPLAY_NAME,
132 + Phone.DISPLAY_NAME + " ASC, "
139 final int nameColumn = cursor.getColumnIndexOrThrow(Phone.DISPLAY_NAME);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 118 put(Contacts.DISPLAY_NAME, displayName);
175 r.put(StructuredName.DISPLAY_NAME, displayName);
236 } else if (column.equals(Directory.DISPLAY_NAME)) {
324 String displayName = ps.get(GalData.DISPLAY_NAME);
351 if (Contacts.DISPLAY_NAME.equals(column) ||
376 String displayName = galDataRow.get(GalData.DISPLAY_NAME);
387 galDataRow.put(GalData.DISPLAY_NAME, displayName);
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 58 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
67 int DISPLAY_NAME = 5;
192 info.name = cursor.getString(SplitQuery.DISPLAY_NAME);

Completed in 525 milliseconds

12 3 4 5 6 7