• Home
  • History
  • Annotate
  • only in /frameworks/support/volley/tests/src/
History log of /frameworks/support/volley/tests/src/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1a93c6dd94e239ab34156aa7e22d12637bec18f5 01-Jun-2012 Ficus Kirkpatrick <ficus@android.com> Remove the hated drain().

Bug: 4972050
Change-Id: I4cfcfc84f1a58f3b4c26556634a07876178518a0
om/android/volley/RequestQueueTest.java
om/android/volley/ResponseDeliveryTest.java
om/android/volley/mock/MockResponseDelivery.java
13de2e967f275e05158ce1dd1d7c2844f8933189 18-Apr-2012 Scott Barta <sbarta@google.com> Fixes a test.

Bug: 6356642
Change-Id: I76df58281cd8b004ad2b9fb4ed7ab95b26115d54
om/android/volley/toolbox/ByteArrayPoolTest.java
om/android/volley/toolbox/PoolingByteArrayOutputStreamTest.java
c4cbfcb8d044cea99e2471ce5c401cd959b6cdfe 29-Mar-2012 Scott Barta <sbarta@google.com> Creates a pooled ByteArrayOutputStream

Creates a version of ByteArrayOutputStream that uses a pool of buffers
instead of always allocating them fresh. This reduces heap churn and
improves GC performance.

Change-Id: I296ba4be7174d2b768b16bc02df6972f25e86bc2
om/android/volley/toolbox/PoolingByteArrayOutputStreamTest.java
19a56e8495477bfd89e4c4913860fdbcb7beb504 24-Mar-2012 Ficus Kirkpatrick <ficus@android.com> Implement cancel by tag and deprecate drain.

Bug: 5687514
Change-Id: Id7cecdd34185c1bf3ce1f3acebcbd530b34df994
om/android/volley/RequestQueueTest.java
om/android/volley/mock/MockRequest.java
cebf98c8edef6b3506258ddb68266febadd0db1a 17-Feb-2012 Jeff Sharkey <jsharkey@android.com> Annotate volley tests.

Change-Id: I5600c3eae4903bd67c3696a4045aaf5180aaad67
om/android/volley/CacheDispatcherTest.java
om/android/volley/NetworkDispatcherTest.java
om/android/volley/RequestQueueTest.java
om/android/volley/RequestTest.java
om/android/volley/ResponseDeliveryTest.java
om/android/volley/toolbox/BasicNetworkTest.java
om/android/volley/toolbox/HttpHeaderParserTest.java
om/android/volley/toolbox/ImageRequestTest.java
8ff39c8b303bb0194c89bb2b74a6793ddf7d8afe 15-Feb-2012 Jeff Sharkey <jsharkey@android.com> Add target to support volley in runtest.

Change-Id: I52e142512135f966940d0a46fb0bf8aefcb41c18
om/android/volley/toolbox/ImageRequestTest.java
ccde61ed8922020f05bd43a80dfcc130c99c00f0 11-Nov-2011 Scott Barta <sbarta@google.com> Adds support for Cache-Control HTTP header.

Adds header parsing for the Cache-Control header, in addition to the
Exipres header. As per the HTTP spec, Cache-Control takes precedence
over Expires if both are specified, even if Expires is more
restrictive. This particular case will let us properly cache Ocean
thumbnails, which give us a funky Expires header but normal
Cache-Control.

Bug: 5584852
Change-Id: I7405f0f1062d39d014807e39dacb39c2e2471fde
om/android/volley/toolbox/HttpHeaderParserTest.java
3713094c56d25e25df2a508dbee4aea869ffdea1 03-Nov-2011 Ficus Kirkpatrick <ficus@android.com> Volley: an HTTP RPC library.

Change-Id: I05bb67da2bdcaf127dcaf772947ba56cd115b00a
om/android/volley/CacheDispatcherTest.java
om/android/volley/NetworkDispatcherTest.java
om/android/volley/RequestQueueTest.java
om/android/volley/RequestTest.java
om/android/volley/ResponseDeliveryTest.java
om/android/volley/mock/MockCache.java
om/android/volley/mock/MockHttpClient.java
om/android/volley/mock/MockHttpStack.java
om/android/volley/mock/MockNetwork.java
om/android/volley/mock/MockRequest.java
om/android/volley/mock/MockResponseDelivery.java
om/android/volley/mock/WaitableQueue.java
om/android/volley/toolbox/BasicNetworkTest.java
om/android/volley/toolbox/HttpHeaderParserTest.java
om/android/volley/toolbox/ImageRequestTest.java
om/android/volley/utils/CacheTestUtils.java
om/android/volley/utils/ImmediateResponseDelivery.java