Home
last modified time | relevance | path

Searched refs:AsyncQueryServiceHelper (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryService.java19 import com.android.calendar.AsyncQueryServiceHelper.OperationInfo;
129 return AsyncQueryServiceHelper.getLastCancelableOperation(); in getLastCancelableOperation()
143 return AsyncQueryServiceHelper.cancelOperation(token); in cancelOperation()
184 AsyncQueryServiceHelper.queueOperation(mContext, info); in startQuery()
214 AsyncQueryServiceHelper.queueOperation(mContext, info); in startInsert()
252 AsyncQueryServiceHelper.queueOperation(mContext, info); in startUpdate()
288 AsyncQueryServiceHelper.queueOperation(mContext, info); in startDelete()
318 AsyncQueryServiceHelper.queueOperation(mContext, info); in startBatch()
DAsyncQueryServiceHelper.java43 public class AsyncQueryServiceHelper extends IntentService { class
168 context.startService(new Intent(context, AsyncQueryServiceHelper.class)); in queueOperation()
234 public AsyncQueryServiceHelper(String name) { in AsyncQueryServiceHelper() method in AsyncQueryServiceHelper
238 public AsyncQueryServiceHelper() { in AsyncQueryServiceHelper() method in AsyncQueryServiceHelper
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java20 import com.android.calendar.AsyncQueryServiceHelper.OperationInfo;
56 public class AsyncQueryServiceTest extends ServiceTestCase<AsyncQueryServiceHelper> {
80 super(AsyncQueryServiceHelper.class); in AsyncQueryServiceTest()
/packages/apps/Calendar/
Dproguard.flags18 -keepclassmembers class com.android.calendar.AsyncQueryServiceHelper$OperationInfo {