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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DThreadPool.java38 public static final JobContext JOB_CONTEXT_STUB = new JobContextStub();
43 // A Job is like a Callable, but it has an addition JobContext parameter.
45 public T run(JobContext jc);
48 public interface JobContext { interface in class:ThreadPool
54 private static class JobContextStub implements JobContext {
107 private class Worker<T> implements Runnable, Future<T>, JobContext {
191 // Below are the methods for JobContext (only called from the

Completed in 145 milliseconds