Home
last modified time | relevance | path

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

/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DNQETest.java183 JSONObject nqeOptions = new JSONObject().put("force_effective_connection_type", "Slow-2G"); in testQuicDisabled()
185 new JSONObject().put("NetworkQualityEstimator", nqeOptions); in testQuicDisabled()
296 JSONObject nqeOptions = in testPrefsWriteRead()
299 new JSONObject().put("NetworkQualityEstimator", nqeOptions); in testPrefsWriteRead()
389 JSONObject nqeOptions = new JSONObject().put("force_effective_connection_type", "Slow-2G"); in testQuicDisabledWithParams() local
391 nqeOptions.put("some_other_param_1", "value1"); in testQuicDisabledWithParams()
392 nqeOptions.put("some_other_param_2", "value2"); in testQuicDisabledWithParams()
394 new JSONObject().put("NetworkQualityEstimator", nqeOptions); in testQuicDisabledWithParams()