Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DRequestQueue.java107 private static final int DEFAULT_NETWORK_THREAD_POOL_SIZE = 4; field in RequestQueue
167 this(cache, network, DEFAULT_NETWORK_THREAD_POOL_SIZE); in RequestQueue()