Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/android/
H A Dnetwork_change_notifier_android_unittest.cc420 notifier_.GetMaxBandwidthAndConnectionType(&max_bandwidth_mbps, in TEST_F()
425 notifier_.GetMaxBandwidthAndConnectionType(&max_bandwidth_mbps, in TEST_F()
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_change_notifier_unittest.cc23 NetworkChangeNotifier::GetMaxBandwidthAndConnectionType(&max_bandwidth, in TEST()
H A Dnetwork_change_notifier.h406 static void GetMaxBandwidthAndConnectionType(double* max_bandwidth_mbps,
H A Dnetwork_change_notifier.cc363 void NetworkChangeNotifier::GetMaxBandwidthAndConnectionType( in GetMaxBandwidthAndConnectionType() function in net::NetworkChangeNotifier