History log of /packages/apps/Calendar/tests/src/com/android/calendar/AsyncQueryServiceTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3f85db16cfc50b25b97c64d8ab99820d579e5de 27-Apr-2012 Michael Chan <chanm@google.com> Create events with event set to confirmed instead of tentative

Bug: 6383944
Change-Id: I83e742fe4a054dc9e985613a59997fa7f9d8358d
/packages/apps/Calendar/tests/src/com/android/calendar/AsyncQueryServiceTest.java
7e4b2c1ddb6680d5b413c5f25592b0128e5f14dc 23-Jun-2010 Michael Chan <mchan@android.com> Tagged a bunch of tests as smoke tests

Change-Id: I39df0e3772c00cccca0d3277c05a254feea4fed2
/packages/apps/Calendar/tests/src/com/android/calendar/AsyncQueryServiceTest.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/tests/src/com/android/calendar/AsyncQueryServiceTest.java