Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/toolbox/
DBasicNetwork.java58 private static int DEFAULT_POOL_SIZE = 4096; field in BasicNetwork
70 this(httpStack, new ByteArrayPool(DEFAULT_POOL_SIZE)); in BasicNetwork()