Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java325 return new DelegatedExecutorService(executor); in unconfigurableExecutorService()
623 private static class DelegatedExecutorService
629 DelegatedExecutorService(ExecutorService executor) { e = executor; }
669 extends DelegatedExecutorService {
683 extends DelegatedExecutorService
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DExecutors.java186 private static class DelegatedExecutorService class in Executors
189 DelegatedExecutorService(java.util.concurrent.ExecutorService executor) { in DelegatedExecutorService() method in Executors.DelegatedExecutorService
268 extends java.util.concurrent.Executors.DelegatedExecutorService
313 extends java.util.concurrent.Executors.DelegatedExecutorService {