History log of /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/SingleThreadNamedTaskExecutorTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
148154b406d3e483018e98f8f0296b59302020a3 26-Mar-2010 Bjorn Bringert <bringert@android.com> Write to click log asynchronously

This moves all write operations (except table creation)
to asynchronous transactions. This inclueds:
- Click logging
- Storing refreshed shortcuts
- Clearing history

Bug http://b/issue?id=2537681

Change-Id: Ia134ada5afc23310f6557ff7a34e5f03348c3935
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/SingleThreadNamedTaskExecutorTest.java
a48af083ff81555261f334a1e050eae3b02a746c 17-Feb-2010 Bjorn Bringert <bringert@android.com> Use one thread pool per corpus / source

This gets rid of the scary DelayingSourceTaskExecutor,
and adds PerNameExecutor instead.

Fixes http://b/issue?id=2448072

Change-Id: I0e76e393d13d36fbb6762d2cf983e9fbdf9cfac8
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/SingleThreadNamedTaskExecutorTest.java