/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
D | ContactsTableUtil.java | 51 Contacts.NAME_RAW_CONTACT_ID + in createIndexes()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandler.java | 411 Data.NAME_RAW_CONTACT_ID, 429 String nameRawContactId = getColumnString(cursor, Data.NAME_RAW_CONTACT_ID); in addData()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 289 json.put(Contacts.NAME_RAW_CONTACT_ID, CONTACT_ID); in testLoadContactReturnDirectoryContactWithoutDisplayName() 314 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE, in fetchAllData()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 423 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID); in loadContactHeaderData() 794 public static final int NAME_RAW_CONTACT_ID = 0; field in ContactLoader.ContactQuery 861 Contacts.NAME_RAW_CONTACT_ID,
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 118 Contacts.NAME_RAW_CONTACT_ID, 197 public static final int NAME_RAW_CONTACT_ID = 0; field in ContactLoader.ContactQuery 587 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID); in loadContactHeaderData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 330 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " + in AbstractContactAggregator() 1320 + Contacts.NAME_RAW_CONTACT_ID + "=?, " 1336 + Contacts.NAME_RAW_CONTACT_ID + ", " 1351 int NAME_RAW_CONTACT_ID = 1; field 1510 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID, in computeAggregateData()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | FakeContactsProvider.java | 202 values.put(Data.NAME_RAW_CONTACT_ID, String.valueOf(nameRawContactsId)); in addRawContactInfo()
|
D | ContactDataHandlerTest.java | 663 values.put(Data.NAME_RAW_CONTACT_ID, rawContactId); in testConvertCurrentRowToPerson_name()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1267 Contacts.NAME_RAW_CONTACT_ID + " INTEGER REFERENCES raw_contacts(_id)," + in onCreate() 1909 + Contacts.NAME_RAW_CONTACT_ID + ", " in createContactsViews() 1988 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")" in createContactsViews() 2064 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")"; in createContactsViews() 2128 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")" in createContactsViews()
|
D | ContactsProvider2.java | 628 Data.NAME_RAW_CONTACT_ID, 778 .add(Contacts.NAME_RAW_CONTACT_ID) 877 .add(Contacts.Entity.NAME_RAW_CONTACT_ID) 904 .add(Data.NAME_RAW_CONTACT_ID) 5549 " WHERE (" + Contacts.NAME_RAW_CONTACT_ID + " NOT NULL AND " + in updateAccountsInBackground() 5550 Contacts.NAME_RAW_CONTACT_ID + " NOT IN " + in updateAccountsInBackground()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 337 new TableColumn(Contacts.NAME_RAW_CONTACT_ID, INTEGER, false, null),
|
D | ContactsProvider2Test.java | 453 Contacts.NAME_RAW_CONTACT_ID, in testContactsProjection() 494 Contacts.NAME_RAW_CONTACT_ID, in testContactsStrequentProjection() 539 Contacts.NAME_RAW_CONTACT_ID, in testContactsStrequentPhoneOnlyProjection() 588 Contacts.NAME_RAW_CONTACT_ID, in testContactsWithSnippetProjection() 717 Contacts.NAME_RAW_CONTACT_ID, in testDataProjection() 894 Contacts.NAME_RAW_CONTACT_ID, in testEntityProjection() 1362 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1); in assertEntityRows() 1379 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1); in assertEntityRows() 1397 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1); in assertEntityRows()
|