Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DAsyncTaskUtil.java29 public class AsyncTaskUtil { class
63 private AsyncTaskUtil() { in AsyncTaskUtil() method in AsyncTaskUtil
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java32 import com.android.gallery3d.common.AsyncTaskUtil;
221 AsyncTaskUtil.executeInParallel(task, (Object[]) null); in openPipeHelper()