HomeSort by relevance Sort by last modified time
    Searched refs:mBuffersBySize (Results 1 - 3 of 3) sorted by null

  /external/volley/src/main/java/com/android/volley/toolbox/
ByteArrayPool.java 57 private List<byte[]> mBuffersBySize = new ArrayList<byte[]>(64);
92 for (int i = 0; i < mBuffersBySize.size(); i++) {
93 byte[] buf = mBuffersBySize.get(i);
96 mBuffersBySize.remove(i);
115 int pos = Collections.binarySearch(mBuffersBySize, buf, BUF_COMPARATOR);
119 mBuffersBySize.add(pos, buf);
130 mBuffersBySize.remove(buf);
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 

Completed in 616 milliseconds