History log of /packages/apps/Calendar/src/com/android/calendar/AsyncQueryService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0847dbf80788392f1e6e2a25f6f0a91e1f9cda04 14-Jan-2011 Michael Chan <mchan@android.com> Disable verbose logging in AsyncQueryService

Change-Id: I2282f4acf0306fc1991f62331695a345f66c6225
/packages/apps/Calendar/src/com/android/calendar/AsyncQueryService.java
37960c091b5912dd45beb561a85a9064ea42e616 22-Jun-2010 Erik <roboerik@android.com> Switches EditEventHelper to use AsyncQueryService

This change backgrounds the batch save used in EditEventHelper and
the queries in the EditEventActivity. It also creates an abstract
CalendarActivity with a call for lazy creation/access of an AsyncQueryService
object from the activity. Also changes setting duration to prefer using
the start and end to a pre-existing change to fix b/2789706.

Change-Id: If7fe94086f2a5dcfa34dd208358fada370d0bfde
/packages/apps/Calendar/src/com/android/calendar/AsyncQueryService.java
bed0275111ecc6c4a3a638f90a9bac13bee594f4 27-Apr-2010 Michael Chan <mchan@android.com> AsyncQueryService
Helper class that performs ContentProvider operations in a Service

Features:
- Executes the operation in a background Sservice which minimizes the chance of the operation getting lost because the caller (Activity) is killed.
- Designed for easy migration from AsyncQueryHandler.
- In additional to query/insert/update/delete, it also supports batch mode i.e. ContentProviderOperation
- Undo support in the form for delayed operation with cancel

Todo:
- Add wake lock

Change-Id: Id3b24a34e5af11da448bace585911bcd7d4553c5
/packages/apps/Calendar/src/com/android/calendar/AsyncQueryService.java