Home | History | Annotate | Download | only in app

Lines Matching refs:enqueue

287         mServer.enqueue(resp);
917 * Helper to perform a standard enqueue of data to the mock server.
928 mServer.enqueue(buildResponse(HTTP_OK, body));
933 * Helper to perform a standard enqueue of data to the mock server.
943 mServer.enqueue(buildResponse(HTTP_OK, body));
949 * doing a standard enqueue request to the server.
958 return mDownloadManager.enqueue(request);