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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 264 ContentValues rawContactValues = new ContentValues();
265 rawContactValues.put(ContactsDatabaseHelper.RawContactsColumns.ACCOUNT_ID, accountId);
266 final long rawContactId = mDb.insert(Tables.RAW_CONTACTS,null, rawContactValues);
302 ContentValues rawContactValues = new ContentValues();
303 rawContactValues.put(ContactsDatabaseHelper.RawContactsColumns.ACCOUNT_ID, accountId);
304 final long rawContactId = mDb.insert(Tables.RAW_CONTACTS,null, rawContactValues);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 104 ContentValues rawContactValues = new ContentValues();
105 rawContactValues.put(RawContacts.STARRED, starred ? 1 : 0);
106 if (db.update(Tables.RAW_CONTACTS, rawContactValues, SELECTION_RAW_CONTACT_ID,
ContactsProvider2.java     [all...]

Completed in 78 milliseconds