Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadProviderFunctionalTest.java68 protected static String STRING_1K; field in AbstractDownloadProviderFunctionalTest
74 STRING_1K = buff.toString();
DPublicApiFunctionalTest.java241 int contentLength = STRING_1K.length() * numPackets; in buildContinuingResponse()
242 return buildResponse(HTTP_OK, STRING_1K) in buildContinuingResponse()