diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-10-12 16:05:41 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-10-13 14:17:24 -0700 |
commit | b4009c73819e871bba369cdb7dbe56a55db23fc9 (patch) | |
tree | 512db3266c15b1196d1455afb6ba9bd75240ce8b /core/java/android/content | |
parent | 80e7b80fa607e13d31d7dab68ddfd4d9f0372e38 (diff) | |
download | frameworks_base-b4009c73819e871bba369cdb7dbe56a55db23fc9.zip frameworks_base-b4009c73819e871bba369cdb7dbe56a55db23fc9.tar.gz frameworks_base-b4009c73819e871bba369cdb7dbe56a55db23fc9.tar.bz2 |
AbstractWindowedCursor is not special.
Use the CrossProcessCursor interface in the way it was intended
without introducing special cases for AbstractWindowedCursor.
This is possible now that we do not distinguish between local-only
and remotable CursorWindows so we don't need to provide a window
to the AbstractWindowedCursor for it to fill; it can provide one
for itself if it wants one.
This logic makes it possible to create CrossProcessCursor
implementations that perform just as well as AbstractWindowedCursors.
Change-Id: I764b25ee6311d28c50d1930705346b265faec86a
Diffstat (limited to 'core/java/android/content')
0 files changed, 0 insertions, 0 deletions