Searched defs:getThreadPool (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryContext.java33 public ThreadPool getThreadPool(); method in interface:GalleryContext
H A DBatchService.java42 // The threadpool returned by getThreadPool must have only 1 thread
45 public ThreadPool getThreadPool() { method in class:BatchService
H A DGalleryApp.java34 public ThreadPool getThreadPool(); method in interface:GalleryApp
H A DGalleryAppImpl.java83 public synchronized ThreadPool getThreadPool() { method in class:GalleryAppImpl
H A DAbstractGalleryActivity.java121 public ThreadPool getThreadPool() { method in class:AbstractGalleryActivity
122 return ((GalleryApp) getApplication()).getThreadPool();
344 return mBatchService.getThreadPool();

Completed in 193 milliseconds