Home
last modified time | relevance | path

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

/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DCronetUrlRequestContextTest.java753 HttpEngine cronetEngine2 = new HttpEngine.Builder(context).build(); in testNetLogContainEventsFromAllLiveEngines() local
756 cronetEngine2.startNetLogToFile(file2.getPath(), false); in testNetLogContainEventsFromAllLiveEngines()
761 makeRequestAndCheckStatus(cronetEngine2, mUrl, 200); in testNetLogContainEventsFromAllLiveEngines()
767 makeRequestAndCheckStatus(cronetEngine2, mUrl500, 500); in testNetLogContainEventsFromAllLiveEngines()
770 cronetEngine2.stopNetLog(); in testNetLogContainEventsFromAllLiveEngines()
801 ExperimentalHttpEngine cronetEngine2 = in testBoundedFileNetLogContainEventsFromAllLiveEngines() local
805 cronetEngine2.startNetLogToDisk(netLogDir2.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogContainEventsFromAllLiveEngines()
810 makeRequestAndCheckStatus(cronetEngine2, mUrl, 200); in testBoundedFileNetLogContainEventsFromAllLiveEngines()
816 makeRequestAndCheckStatus(cronetEngine2, mUrl500, 500); in testBoundedFileNetLogContainEventsFromAllLiveEngines()
819 cronetEngine2.stopNetLog(); in testBoundedFileNetLogContainEventsFromAllLiveEngines()