Home | History | Annotate | Download | only in app

Lines Matching full:enqueue

284         mServer.enqueue(resp);
914 * Helper to perform a standard enqueue of data to the mock server.
925 mServer.enqueue(buildResponse(HTTP_OK, body));
930 * Helper to perform a standard enqueue of data to the mock server.
940 mServer.enqueue(buildResponse(HTTP_OK, body));
946 * doing a standard enqueue request to the server.
959 return mDownloadManager.enqueue(request);