Searched defs:Job (Results 1 – 4 of 4) sorted by relevance
79 interface Job { interface in TaskExecutor
68 private fun Job?.maybeStartNewWaitForBroadcasts(): Job = in maybeStartNewWaitForBroadcasts() method
74 abstract public class Job implements Runnable { class129 Job(Context service, Listener listener, String id, in Job() method in Job
44 public interface Job<T> { interface in ThreadPool