/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
H A D | ContactTileLoaderFactory.java | 34 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/Dialer/src/com/android/dialer/calllog/ |
H A D | PhoneQuery.java | 27 PhoneLookup.DISPLAY_NAME,
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
H A D | EmailDataItem.java | 38 return getContentValues().getAsString(Email.DISPLAY_NAME);
|
H A D | StructuredNameDataItem.java | 40 return getContentValues().getAsString(StructuredName.DISPLAY_NAME); 44 getContentValues().put(StructuredName.DISPLAY_NAME, name);
|
/packages/apps/Exchange/src/com/android/exchange/provider/ |
H A D | GalResult.java | 50 public static final String DISPLAY_NAME = "displayName"; field in class:GalResult.GalData 77 put(DISPLAY_NAME, _displayName);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | DirectoryTest.java | 57 values.putNull(Directory.DISPLAY_NAME); 73 values.putNull(Directory.DISPLAY_NAME); 86 new String[]{Contacts._ID, Contacts.DISPLAY_NAME}, null, null, null); 112 new String[]{Contacts._ID, Contacts.DISPLAY_NAME}, null, null, null); 122 new String[]{Contacts._ID, Contacts.DISPLAY_NAME}, null, null, null);
|
H A D | 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",
|
H A D | SearchIndexManagerTest.java | 56 values.put(StructuredName.DISPLAY_NAME, "Bob I. Parr"); 77 values.put(StructuredName.DISPLAY_NAME, "Bob I. Parr"); 101 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI 117 values.put(StructuredName.DISPLAY_NAME, "\u695A\u8FAD"); // CHUCI 137 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il 152 values.put(StructuredName.DISPLAY_NAME, "\uC774\uC0C1\uC77C"); // Lee Sang Il 178 values.put(StructuredName.DISPLAY_NAME, "\uC120\uC6B0\uC6A9\uB140"); 525 values.put(StructuredName.DISPLAY_NAME, name);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
H A D | DirectoryListLoader.java | 52 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 D | PhoneNumberListAdapter.java | 100 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/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | DataRowHandlerForStructuredName.java | 53 String name = values.getAsString(StructuredName.DISPLAY_NAME); 78 if (values.containsKey(StructuredName.DISPLAY_NAME)) { 80 String name = augmented.getAsString(StructuredName.DISPLAY_NAME); 121 final String unstruct = update.getAsString(StructuredName.DISPLAY_NAME); 145 update.put(StructuredName.DISPLAY_NAME, joined); 183 String name = builder.getString(StructuredName.DISPLAY_NAME);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | LegacyContactListAdapter.java | 38 People.DISPLAY_NAME, // 1 61 loader.setSortOrder(People.DISPLAY_NAME);
|
H A D | LegacyPhoneNumberListAdapter.java | 43 People.DISPLAY_NAME, // 4 65 loader.setSortOrder(Phones.DISPLAY_NAME);
|
H A D | LegacyPostalAddressListAdapter.java | 43 People.DISPLAY_NAME, // 4 65 loader.setSortOrder(People.DISPLAY_NAME);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
H A D | 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)) {
|
/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | PlaceholderManager.java | 141 MediaStore.Images.Media.DATE_TAKEN, MediaStore.Images.Media.DISPLAY_NAME, 149 int nameIndex = cursor.getColumnIndexOrThrow(MediaStore.Images.Media.DISPLAY_NAME);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
H A D | CancelActivity.java | 40 /* package */ final static String DISPLAY_NAME = "display_name"; field in class:CancelActivity 78 mDisplayName = uri.getQueryParameter(DISPLAY_NAME);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
H A D | SmartDialNumberListAdapter.java | 84 if (mNameMatcher.matches(cursor.getString(PhoneQuery.DISPLAY_NAME))) { 89 Log.v(TAG, cursor.getString(PhoneQuery.DISPLAY_NAME) + " " +
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/ |
H A D | SharedImageProvider.java | 95 OpenableColumns.DISPLAY_NAME, 112 } else if (projection[i].equalsIgnoreCase(OpenableColumns.DISPLAY_NAME)) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
H A D | SuggestionsProvider.java | 53 ContactsContract.CommonDataKinds.Email.DISPLAY_NAME, 139 .getColumnIndex(ContactsContract.CommonDataKinds.Email.DISPLAY_NAME);
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
H A D | BluetoothMapContentTest.java | 31 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP, 53 "\n " + MessageColumns.DISPLAY_NAME + " : " + c.getString(c.getColumnIndex(MessageColumns.DISPLAY_NAME)) +
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
H A D | VoiceContact.java | 122 Phone.DISPLAY_NAME, 132 + Phone.DISPLAY_NAME + " ASC, " 139 final int nameColumn = cursor.getColumnIndexOrThrow(Phone.DISPLAY_NAME);
|
/packages/apps/Contacts/src/com/android/contacts/ |
H A D | SplitAggregateView.java | 58 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/Exchange/tests/src/com/android/exchange/provider/ |
H A D | 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/Calendar/src/com/android/calendar/event/ |
H A D | EventLocationAdapter.java | 101 Contacts.DISPLAY_NAME, 118 .append(Contacts.DISPLAY_NAME) 120 .append(Contacts.DISPLAY_NAME) 369 CONTACTS_PROJECTION, where, whereArgs, Contacts.DISPLAY_NAME + " ASC");
|