HomeSort by relevance Sort by last modified time
    Searched refs:insertContact (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 89 mContactId = insertContact(db, rawContactId);
AbstractContactAggregator.java 644 long contactId = insertContact(db, rawContactId);
650 protected final long insertContact(SQLiteDatabase db, long rawContactId) {
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 166 insertContact(PRIMARY_CONTACT_DISPLAY_NAME, PRIMARY_CONTACT_PHONE,
191 insertContact(MANAGED_CONTACT_DISPLAY_NAME,
217 insertContact(PRIMARY_CONTACT_DISPLAY_NAME_2,
242 insertContact(MANAGED_CONTACT_DISPLAY_NAME_2, SHARED_CONTACT_PHONE,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 286 milliseconds