Searched refs:getBatchServiceThreadPoolIfAvailable (Results 1 – 2 of 2) sorted by relevance
335 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); in startAction()344 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); in startSingleItemAction()
342 public ThreadPool getBatchServiceThreadPoolIfAvailable() { in getBatchServiceThreadPoolIfAvailable() method in AbstractGalleryActivity