Searched refs:asyncTaskExecutor (Results 1 – 2 of 2) sorted by relevance
55 private final AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); field in BlockedNumberContentObserver78 asyncTaskExecutor.submit( in onChange()
62 AsyncTaskExecutor asyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); in submitTask() local63 asyncTaskExecutor.submit(TASK_ID, this); in submitTask()