Searched refs:newThread (Results 1 – 6 of 6) sorted by relevance
40 public Thread newThread(Runnable r) { in newThread() method in PriorityThreadFactory
38 mWorker = threadFactory.newThread(new Worker()); in SingleThreadNamedTaskExecutor()
39 public Thread newThread(Runnable r) { in newThread() method in PriorityThreadFactory
43 Thread t = factory.newThread(r); in priorityTest()
41 public Thread newThread(final Runnable r) { in newThread() method in ExecutorUtils.ThreadFactoryWithId
157 public Thread newThread(final Runnable r) { in newThread() method in BackgroundLoaderManager.BackgroundLoaderThreadFactory