Home
last modified time | relevance | path

Searched defs:experimentalOptions (Results 1 – 12 of 12) sorted by relevance

/external/cronet/components/cronet/android/api/src/android/net/http/
DExperimentalOptionsTranslatingHttpEngineBuilder.java55 mExperimentalOptionsPatches.add((experimentalOptions) -> { in setQuicOptions() argument
153 mExperimentalOptionsPatches.add((experimentalOptions) -> { in setDnsOptions() argument
223 mExperimentalOptionsPatches.add((experimentalOptions) -> { in setConnectionMigrationOptions() argument
354 void applyTo(JSONObject experimentalOptions) throws JSONException; in applyTo()
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/impl/
DCronetLoggerTest.java259 final String experimentalOptions = jsonExperimentalOptions.toString(); in testEngineCreation() local
319 final String experimentalOptions = jsonExperimentalOptions.toString(); in testEngineCreationAndTrafficInfoEngineId() local
358 final String experimentalOptions = jsonExperimentalOptions.toString(); in testMultipleEngineCreationAndTrafficInfoEngineId() local
403 final String experimentalOptions = jsonExperimentalOptions.toString(); in testSuccessfulRequestNative() local
442 final String experimentalOptions = jsonExperimentalOptions.toString(); in testFailedRequestNative() local
480 final String experimentalOptions = jsonExperimentalOptions.toString(); in testCanceledRequestNative() local
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DExperimentalOptionsTest.java113 JSONObject experimentalOptions = in testNetLog() local
139 JSONObject experimentalOptions = new JSONObject().put("enable_telemetry", true); in testEnableTelemetryTrue() local
168 JSONObject experimentalOptions = new JSONObject().put("ssl_key_log_file", file.getPath()); in testSetSSLKeyLogFile() local
251 JSONObject experimentalOptions = new JSONObject().put("StaleDNS", staleDns); in testHostCachePersistence() local
309 JSONObject experimentalOptions = in testDetectBrokenConnection() local
338 JSONObject experimentalOptions = in testDetectBrokenConnectionOnNetworkFailure() local
DQuicTest.java76 JSONObject experimentalOptions = new JSONObject() in setUp() local
140 JSONObject experimentalOptions = new JSONObject() in testQuicLoadUrl() local
DNQETest.java393 JSONObject experimentalOptions = in testQuicDisabledWithParams() local
DBidirectionalStreamQuicTest.java60 JSONObject experimentalOptions = new JSONObject() in setUp() local
DPkpTest.java417 JSONObject experimentalOptions = new JSONObject() in createCronetEngineBuilder() local
DCronetUrlRequestContextTest.java1549 JSONObject experimentalOptions = in testHostResolverRules() local
/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
DQuicTest.java58 JSONObject experimentalOptions = new JSONObject().put("QUIC", quicParams); in testQuic() local
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
DQuicUploadTest.java53 JSONObject experimentalOptions = new JSONObject() in setUp() local
/external/cronet/components/cronet/android/java/src/org/chromium/net/impl/
DCronetEngineBuilderImpl.java383 public String experimentalOptions() { in experimentalOptions() method in CronetEngineBuilderImpl
/external/cronet/components/cronet/android/test/javaperftests/src/org/chromium/net/
DCronetPerfTestActivity.java205 JSONObject experimentalOptions = in Benchmark() local