HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY_NAME_SOURCE (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/opt/chips/src/com/android/ex/chips/
Queries.java 39 Contacts.DISPLAY_NAME_SOURCE, // 7
59 Contacts.DISPLAY_NAME_SOURCE, // 7
83 public static final int DISPLAY_NAME_SOURCE = 7; // int
RecipientAlternatesAdapter.java 257 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE),
487 defaultDisplayNameSource = original.getInt(Query.DISPLAY_NAME_SOURCE);
514 original.getInt(Query.DISPLAY_NAME_SOURCE),
525 if ((Integer) row[Query.DISPLAY_NAME_SOURCE] == 0) {
526 row[Query.DISPLAY_NAME_SOURCE] = defaultDisplayNameSource;
575 c.getInt(Queries.Query.DISPLAY_NAME_SOURCE),
BaseRecipientAdapter.java 183 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 100 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE
108 .getColumnIndex(Contacts.DISPLAY_NAME_SOURCE));
  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java 117 Contacts.DISPLAY_NAME_SOURCE, // 3
124 Contacts.DISPLAY_NAME_SOURCE, // 3
130 public static final int DISPLAY_NAME_SOURCE = 3;
ContactsPreferenceActivity.java 211 displayNameSource = cursor.getInt(ProfileQuery.DISPLAY_NAME_SOURCE);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_StructuredPhoneticName.java 69 // Verify: DISPLAY_NAME_SOURCE notices that the StructuredName only has phonetic components
71 contact.assertColumn(Contacts.DISPLAY_NAME_SOURCE,
ContactsContract_FrequentsStrequentsTest.java 54 Contacts.DISPLAY_NAME_SOURCE,
91 Contacts.DISPLAY_NAME_SOURCE,
ContactsContract_RawContactsTest.java 43 RawContacts.DISPLAY_NAME_SOURCE,
ContactsContract_ContactsTest.java 305 Contacts.DISPLAY_NAME_SOURCE,
ContactsContract_DataTest.java 104 Contacts.DISPLAY_NAME_SOURCE,
332 Contacts.DISPLAY_NAME_SOURCE,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 124 Contacts.DISPLAY_NAME_SOURCE,
206 public static final int DISPLAY_NAME_SOURCE = 1;
377 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
598 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 131 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
423 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
790 public static final int DISPLAY_NAME_SOURCE = 1;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 282 // display_name_source": 40,
289 json.put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME);
313 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfoHelper.java 90 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.PHONE)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 487 public static final String DISPLAY_NAME_SOURCE = RawContacts.DISPLAY_NAME_SOURCE;
    [all...]
ContactsProvider2.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ContactInfoCache.java 112 .put(Contacts.DISPLAY_NAME_SOURCE, DisplayNameSources.STRUCTURED_NAME)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java 280 new TableColumn(RawContacts.DISPLAY_NAME_SOURCE, INTEGER, true, String.valueOf(
    [all...]
ContactsProvider2Test.java 184 Contacts.DISPLAY_NAME_SOURCE,
225 Contacts.DISPLAY_NAME_SOURCE,
270 Contacts.DISPLAY_NAME_SOURCE,
319 Contacts.DISPLAY_NAME_SOURCE,
373 RawContacts.DISPLAY_NAME_SOURCE,
450 Contacts.DISPLAY_NAME_SOURCE,
532 Contacts.DISPLAY_NAME_SOURCE,
626 Contacts.DISPLAY_NAME_SOURCE,
723 PhoneLookup.DISPLAY_NAME_SOURCE,
757 PhoneLookup.DISPLAY_NAME_SOURCE,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 648 milliseconds

1 2