Home
last modified time | relevance | path

Searched defs:getThreadPool (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryContext.java33 public ThreadPool getThreadPool(); in getThreadPool() method
H A DBatchService.java45 public ThreadPool getThreadPool() { in getThreadPool() method in BatchService
H A DGalleryApp.java34 public ThreadPool getThreadPool(); in getThreadPool() method
H A DGalleryAppImpl.java83 public synchronized ThreadPool getThreadPool() { in getThreadPool() method in GalleryAppImpl
H A DAbstractGalleryActivity.java121 public ThreadPool getThreadPool() { in getThreadPool() method in AbstractGalleryActivity
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/
H A DLocalImageFetcher.java116 private Executor getThreadPool(String packageName) { in getThreadPool() method in LocalImageFetcher