Home
last modified time | relevance | path

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

/external/cronet/components/cronet/
Dcronet_context.h172 bool disable_offline_check);
225 bool disable_offline_check);
Dcronet_context.cc266 bool disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
273 disable_offline_check); in ConfigureNetworkQualityEstimatorForTesting()
279 bool disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
285 use_smaller_responses, disable_offline_check)); in ConfigureNetworkQualityEstimatorForTesting()
/external/cronet/net/nqe/
Dnetwork_quality_store.h74 void DisableOfflineCheckForTesting(bool disable_offline_check);
Dnetwork_quality_estimator.h227 void DisableOfflineCheckForTesting(bool disable_offline_check);
Dnetwork_quality_estimator.cc397 bool disable_offline_check) { in DisableOfflineCheckForTesting() argument
399 disable_offline_check_ = disable_offline_check; in DisableOfflineCheckForTesting()
/external/cronet/components/cronet/android/
Dcronet_context_adapter.cc97 jboolean disable_offline_check) { in ConfigureNetworkQualityEstimatorForTesting() argument
100 disable_offline_check == JNI_TRUE); in ConfigureNetworkQualityEstimatorForTesting()
Dcronet_context_adapter.h111 jboolean disable_offline_check);