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