Home
last modified time | relevance | path

Searched refs:createFileEntity (Results 1 – 1 of 1) sorted by relevance

/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java884 response.setEntity(createFileEntity(context, downloadId, numBytes)); in createTestDownloadResponse()
888 private static FileEntity createFileEntity(Context context, String downloadId, int numBytes) in createFileEntity() method in CtsTestServer