Jeff Sharkey 08b75b1ffb New ContentProviderOperation to assert values during batch.
When performing a set of batch operations, some callers need
to enforce that a query has specific values.  For example,
when persisting edited Contact values, we need to assert
that the RawContacts.VERSION matches the version we read out
through queryEntities().

This change adds a new TYPE_ASSERT that uses withValues()
and withSelection(), and checks all values when applying the
batch operation, bailing if any values don't match.
2009-08-10 20:59:20 -07:00
2009-08-10 03:11:28 -07:00
2009-08-06 03:14:09 -07:00
2009-08-10 17:46:27 -07:00
2009-07-15 18:08:10 -07:00
2009-08-07 15:16:17 -07:00
2009-08-10 15:43:36 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%