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

12 3 4 5 6 7 8

  /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/
LegacyContactListAdapter.java 38 People.DISPLAY_NAME, // 1
61 loader.setSortOrder(People.DISPLAY_NAME);
LegacyPhoneNumberListAdapter.java 43 People.DISPLAY_NAME, // 4
65 loader.setSortOrder(Phones.DISPLAY_NAME);
LegacyPostalAddressListAdapter.java 43 People.DISPLAY_NAME, // 4
65 loader.setSortOrder(People.DISPLAY_NAME);
  /packages/apps/Dialer/src/com/android/dialer/list/
SmartDialNumberListAdapter.java 81 if (mNameMatcher.matches(cursor.getString(PhoneQuery.DISPLAY_NAME))) {
86 Log.v(TAG, cursor.getString(PhoneQuery.DISPLAY_NAME) + " " +
RegularSearchListAdapter.java 45 info.name = item.getString(PhoneQuery.DISPLAY_NAME);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 87 * Used to provide {@link OpenableColumns#DISPLAY_NAME} and {@link OpenableColumns#SIZE}
97 : new String[] {OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE};
106 if (OpenableColumns.DISPLAY_NAME.equals(column)) {
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 77 .with(CommonDataKinds.StructuredName.DISPLAY_NAME, "test name")
94 .with(CommonDataKinds.StructuredName.DISPLAY_NAME, "test name")
266 .with(StructuredName.DISPLAY_NAME, "Hot Tamale")
286 .with(StructuredName.DISPLAY_NAME, "Cold Tamago")
298 .with(StructuredName.DISPLAY_NAME, "John Doe")
319 cv1.put(Contacts.DISPLAY_NAME, "Hot Tamale");
326 cv2.put(Contacts.DISPLAY_NAME, "Hot Tamale");
333 cv3.put(Contacts.DISPLAY_NAME, "Hot Tamale");
340 cv4.put(Contacts.DISPLAY_NAME, "Cold Tamago");
347 cv5.put(Contacts.DISPLAY_NAME, "John Doe")
    [all...]
  /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 56 values.put(StructuredName.DISPLAY_NAME, "Bob I. Parr");
81 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI
97 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI
117 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il
132 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il
158 values.put(StructuredName.DISPLAY_NAME, "\uC120\uC6B0\uC6A9\uB140");
514 values.put(StructuredName.DISPLAY_NAME, name);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
FileProvider.java 60 OpenableColumns.DISPLAY_NAME,
65 if (OpenableColumns.DISPLAY_NAME.equals(projection[i])) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 60 ContactsContract.CommonDataKinds.Email.DISPLAY_NAME,
152 .getColumnIndex(ContactsContract.CommonDataKinds.Email.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/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DataUtil.java 64 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, sb.toString());
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 31 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
53 "\n " + MessageColumns.DISPLAY_NAME + " : " + c.getString(c.getColumnIndex(MessageColumns.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);
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 19 import static android.provider.OpenableColumns.DISPLAY_NAME;
178 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME)));
191 SIZE, DISPLAY_NAME }, null, null, null);
202 DISPLAY_NAME, SIZE }, null, null, null);
219 SIZE, "foobar", DISPLAY_NAME }, null, null, null);
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 131 put(Contacts.DISPLAY_NAME, displayName);
187 r.put(StructuredName.DISPLAY_NAME, displayName);
248 } else if (column.equals(Directory.DISPLAY_NAME)) {
338 final String displayName = ps.get(GalData.DISPLAY_NAME);
372 if (Contacts.DISPLAY_NAME.equals(column) ||
424 String displayName = galDataRow.get(GalData.DISPLAY_NAME);
442 galDataRow.put(GalData.DISPLAY_NAME, displayName);

Completed in 961 milliseconds

12 3 4 5 6 7 8