History log of /frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5ab78057a35dc71b2847920031cd707a7e2c6c64 16-Sep-2009 Fred Quintana <fredq@google.com> add the ability to do a newAssert with no values
/frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java
bfed8e9a32f9bafb730f80b43817a71a59afc1f4 15-Sep-2009 Fred Quintana <fredq@google.com> fix ContentProviderOperationTest
/frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java
08b75b1ffb856ab97e1577eb7d20c69a18fcacca 02-Aug-2009 Jeff Sharkey <jsharkey@android.com> 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.
/frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java
03d9490758c9318cee6d14d3cc5007556dce92d0 22-May-2009 Fred Quintana <fredq@google.com> - create a new generic ISyncAdapter implementation, SyncAdapterNew
- change the applyBatch to take an ArrayList rather than an []
- change Entity to be a final flass that contains ContentValues
- remove the ability to update/insert Entities by a ContentProviderOperation
/frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java
8943737692169f564cd34a9c8d471f3a5d438712 16-May-2009 Fred Quintana <fredq@google.com> add ipc support to batching
/frameworks/base/tests/FrameworkTest/tests/src/android/content/ContentProviderOperationTest.java