Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExecutorCompletionService.java79 private final AbstractExecutorService aes; field in ExecutorCompletionService
98 if (aes == null) in newTaskFor()
101 return aes.newTaskFor(task); in newTaskFor()
105 if (aes == null) in newTaskFor()
108 return aes.newTaskFor(task, result); in newTaskFor()
123 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()
146 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()