Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryContext.java33 public ThreadPool getThreadPool(); in getThreadPool() method
DBatchService.java45 public ThreadPool getThreadPool() { in getThreadPool() method in BatchService
DGalleryApp.java35 public ThreadPool getThreadPool(); in getThreadPool() method
DGalleryAppImpl.java96 public synchronized ThreadPool getThreadPool() { in getThreadPool() method in GalleryAppImpl
DAbstractGalleryActivity.java117 public ThreadPool getThreadPool() { in getThreadPool() method in AbstractGalleryActivity
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
DGalleryAppStub.java44 public ThreadPool getThreadPool() { return null; } in getThreadPool() method in GalleryAppStub