HomeSort by relevance Sort by last modified time
    Searched refs:AsyncQueryServiceHelper (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 19 import com.android.calendar.AsyncQueryServiceHelper.OperationInfo;
129 return AsyncQueryServiceHelper.getLastCancelableOperation();
143 return AsyncQueryServiceHelper.cancelOperation(token);
184 AsyncQueryServiceHelper.queueOperation(mContext, info);
214 AsyncQueryServiceHelper.queueOperation(mContext, info);
252 AsyncQueryServiceHelper.queueOperation(mContext, info);
288 AsyncQueryServiceHelper.queueOperation(mContext, info);
318 AsyncQueryServiceHelper.queueOperation(mContext, info);
AsyncQueryServiceHelper.java 43 public class AsyncQueryServiceHelper extends IntentService {
168 context.startService(new Intent(context, AsyncQueryServiceHelper.class));
234 public AsyncQueryServiceHelper(String name) {
238 public AsyncQueryServiceHelper() {
239 super("AsyncQueryServiceHelper");
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 20 import com.android.calendar.AsyncQueryServiceHelper.OperationInfo;
56 public class AsyncQueryServiceTest extends ServiceTestCase<AsyncQueryServiceHelper> {
80 super(AsyncQueryServiceHelper.class);
588 * This gets called by AsyncQueryServiceHelper to read or write the data. It

Completed in 102 milliseconds