Searched refs:AsyncQueryServiceHelper (Results 1 – 4 of 4) sorted by relevance
19 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()
43 public class AsyncQueryServiceHelper extends IntentService { class168 context.startService(new Intent(context, AsyncQueryServiceHelper.class)); in queueOperation()234 public AsyncQueryServiceHelper(String name) { in AsyncQueryServiceHelper() method in AsyncQueryServiceHelper238 public AsyncQueryServiceHelper() { in AsyncQueryServiceHelper() method in AsyncQueryServiceHelper
20 import com.android.calendar.AsyncQueryServiceHelper.OperationInfo;56 public class AsyncQueryServiceTest extends ServiceTestCase<AsyncQueryServiceHelper> {80 super(AsyncQueryServiceHelper.class); in AsyncQueryServiceTest()
18 -keepclassmembers class com.android.calendar.AsyncQueryServiceHelper$OperationInfo {