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

/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java50 * Make a list of requests with random priorities.
51 * @param count Number of requests to make
57 List<MockRequest> requests = new ArrayList<MockRequest>();
63 requests.add(request);
65 return requests;
89 // Enqueue 2 requests with the same cache key. The first request takes 1.5s. Assert that the
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java196 * When the connection pool is closed, it will refuse all further requests
746 ArrayList<String> requests = new ArrayList<String>();
753 requests.add(description);
769 if (!requests.isEmpty()) {
771 for (String request : requests) {
781 // Unpark all waiters that have requests that we can fulfill.
814 // We cannot fulfill any more connection requests, so stop here.
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp573 Vector<CameraMetadata> requests; local
574 requests.push(mCaptureRequest);
575 res = mBurstCapture->start(requests, mCaptureId);

Completed in 52 milliseconds