Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java98 private final ExecutorService mExecutor = buildDownloadExecutor();
100 private static ExecutorService buildDownloadExecutor() { in buildDownloadExecutor() method in DownloadService