Home
last modified time | relevance | path

Searched defs:maximumThreads (Results 1 – 1 of 1) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/offroad/
DThrottlingExecutor.java46 private final int maximumThreads; field in ThrottlingExecutor
56 public ThrottlingExecutor(Executor delegate, int maximumThreads) { in ThrottlingExecutor()