Searched defs:executor (Results 1 – 13 of 13) sorted by relevance
39 MockNamedTaskExecutor executor = new MockNamedTaskExecutor(); in create() local
39 final ExecutorService executor = ExecutorUtils.getExecutor(TEST_EXECUTOR_ID); in testExecute() local
56 NamedTaskExecutor executor = mExecutors.get(name); in execute() local
44 public BatchingNamedTaskExecutor(NamedTaskExecutor executor) { in BatchingNamedTaskExecutor()
50 ExecutorService executor = sExecutorMap.get(id); in getExecutor() local
40 private final ExecutorService executor = Executors.newCachedThreadPool(); field in CalendarReceiver
54 NamedTaskExecutor executor = new SingleThreadNamedTaskExecutor( in create() local
89 public SimpleAsyncTaskExecutor(Executor executor) { in SimpleAsyncTaskExecutor()
218 private EmailAsyncTask<Params, Progress, Result> executeInternal(Executor executor, in executeInternal()245 private static EmailAsyncTask<Void, Void, Void> runAsyncInternal(Executor executor, in runAsyncInternal()
79 NamedTaskExecutor executor, Handler handler, in startQuery()
132 private final ExecutorService executor = Executors.newSingleThreadExecutor(); field in CalendarAppWidgetService.CalendarFactory
120 final ThreadPoolExecutor executor = new ThreadPoolExecutor( in buildDownloadExecutor() local
468 public boolean startDownloadIfReady(ExecutorService executor) { in startDownloadIfReady()