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

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

Completed in 253 milliseconds