Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutorCompletionService.java108 private final AbstractExecutorService aes; field in ExecutorCompletionService
127 if (aes == null) in newTaskFor()
130 return aes.newTaskFor(task); in newTaskFor()
134 if (aes == null) in newTaskFor()
137 return aes.newTaskFor(task, result); in newTaskFor()
152 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()
175 this.aes = (executor instanceof AbstractExecutorService) ? in ExecutorCompletionService()