HomeSort by relevance Sort by last modified time
    Searched defs:DISPLAY_NAME (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/core/java/android/provider/
OpenableColumns.java 31 public static final String DISPLAY_NAME = "_display_name";
Contacts.java 266 public static final String DISPLAY_NAME = "display_name";
    [all...]
MediaStore.java 241 public static final String DISPLAY_NAME = "_display_name";
    [all...]
ContactsContract.java 491 public static final String DISPLAY_NAME = "displayName";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 33 public final static int DISPLAY_NAME = 1;
47 Contacts.DISPLAY_NAME, // .................................1
63 Contacts.DISPLAY_NAME, // .................................1
85 Contacts.STARRED + "=?", new String[]{"1"}, Contacts.DISPLAY_NAME + " ASC");
SplitAggregateView.java 61 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
70 int DISPLAY_NAME = 5;
195 info.name = cursor.getString(SplitQuery.DISPLAY_NAME);
ContactLoader.java 495 Contacts.DISPLAY_NAME,
567 public final static int DISPLAY_NAME = 3;
641 Directory.DISPLAY_NAME,
649 public final static int DISPLAY_NAME = 0;
850 final String displayName = cursor.getString(ContactQuery.DISPLAY_NAME);
    [all...]
  /cts/tests/src/android/provider/cts/
MediaStoreAudioTestHelper.java 107 public static final String DISPLAY_NAME = "Jam -Michael Jackson";
125 values.put(Media.DISPLAY_NAME, DISPLAY_NAME);
185 public static final String DISPLAY_NAME = "Jam(Live)-Michael Jackson";
204 values.put(Media.DISPLAY_NAME, DISPLAY_NAME);
  /external/skia/src/animator/
SkDisplayType.cpp 398 #define DISPLAY_NAME(_name, _type) {_name, _type, false, true }
402 #define DISPLAY_NAME(_name, _type) {_name, _type }
436 DISPLAY_NAME("bounds", SkType_Bounds),
452 DISPLAY_NAME("event", SkType_Event),
501 DISPLAY_NAME("random", SkType_Random),
  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelActivity.java 43 /* package */ final static String DISPLAY_NAME = "display_name";
81 mDisplayName = uri.getQueryParameter(DISPLAY_NAME);
  /packages/apps/Exchange/src/com/android/exchange/provider/
GalResult.java 48 public static final String DISPLAY_NAME = "displayName";
73 put(DISPLAY_NAME, _displayName);
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 52 Directory.DISPLAY_NAME,
59 public static final int DISPLAY_NAME = 3;
68 Directory.DISPLAY_NAME,
164 String displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 45 public static final String DISPLAY_NAME = "_display_name";
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 209 appendValue(nameSb, values, StructuredName.DISPLAY_NAME);
274 Data.DISPLAY_NAME,
289 public static final int DISPLAY_NAME = 4;
384 suggestion.name = mDataCursor.getString(DataQuery.DISPLAY_NAME);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 85 Directory.DISPLAY_NAME,
94 public static final int DISPLAY_NAME = 2;
410 info.displayName = cursor.getString(DirectoryQuery.DISPLAY_NAME);
480 values.put(Directory.DISPLAY_NAME, info.displayName);
LegacyContactImporter.java 405 RawContactsColumns.DISPLAY_NAME +
421 int DISPLAY_NAME = 14;
448 StructuredName.DISPLAY_NAME + "," +
463 int DISPLAY_NAME = 3;
555 bindString(insert, RawContactsInsert.DISPLAY_NAME,
600 bindString(insert, StructuredNameInsert.DISPLAY_NAME, name);
616 bindString(insert, StructuredNameInsert.DISPLAY_NAME, joined);
    [all...]
ContactAggregator.java     [all...]
ContactsDatabaseHelper.java 372 public static final String DISPLAY_NAME = RawContacts.DISPLAY_NAME_PRIMARY;
377 Tables.RAW_CONTACTS + "." + DISPLAY_NAME;
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 115 Contacts.DISPLAY_NAME, // 0
148 public static final int DISPLAY_NAME = 3;
383 partition.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 130 Contacts.DISPLAY_NAME,
135 final int DISPLAY_NAME = 3;
459 mDisplayName = cursor.getString(ContactQuery.DISPLAY_NAME);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 477 final String name = cursor.getString(DataQuery.DISPLAY_NAME);
664 Contacts.DISPLAY_NAME,
690 final int DISPLAY_NAME = 4;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 99 Contacts.DISPLAY_NAME,
111 int DISPLAY_NAME = 3;
640 final String displayName = c.getString(ContactQuery.DISPLAY_NAME);
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 115 Contacts.DISPLAY_NAME, // 0
150 Directory.DISPLAY_NAME, // 3
158 public static final int DISPLAY_NAME = 3;
547 params.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 452 public static final String DISPLAY_NAME = "displayName";
543 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
573 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 486 PhoneLookup.DISPLAY_NAME,
607 Directory.DISPLAY_NAME,
760 values.put(Contacts.Entity.DISPLAY_NAME, "John Doe");
777 values.put(Contacts.Entity.DISPLAY_NAME, "John Doe");
795 values.put(Contacts.Entity.DISPLAY_NAME, "John Doe");
    [all...]

Completed in 1670 milliseconds

1 2