commit | 1a21fa6383449df4bf0d46138a23aa02dfa235a0 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Sat Sep 26 02:15:35 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Sat Sep 26 05:22:46 2009 -0700 |
tree | 51d4be672fb75a62b0e09f839150275fdccc952b | |
parent | d4b57da3f07bc530db69015d363c61a768a4713a [diff] |
Replace delayed query parameters with transaction flags. Callers should instead use applyBatch(), which now delays any visible updates until the transation finishes. This partially fixes http://b/2075275 This change also fixes a bug where aggregated visibility wasn't being updated correctly. Wrote new unit tests to verify correct behavior.