Home
last modified time | relevance | path

Searched refs:getBatchServiceThreadPoolIfAvailable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java346 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); in startAction()
355 mTask = mActivity.getBatchServiceThreadPoolIfAvailable().submit(operation, null); in startSingleItemAction()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java342 public ThreadPool getBatchServiceThreadPoolIfAvailable() { in getBatchServiceThreadPoolIfAvailable() method in AbstractGalleryActivity