Searched refs:updateCount (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
H A DFillCallLogTestActivity.java239 updateCount(values[0]);
305 public void updateCount(Integer count) { method in class:FillCallLogTestActivity
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java294 int updateCount = 0;
298 updateCount++;
301 return updateCount;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java3929 int updateCount = 0;
3932 updateCount = db.update(Tables.STATUS_UPDATES,
3941 updateCount = db.update(Tables.PRESENCE, settableValues,
3944 // TODO updateCount is not entirely a valid count of updated rows because 2 tables could
3946 return updateCount;

Completed in 207 milliseconds