Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dnetwork.h412 bool IsCellular() const { return IsCellular(type_); } in IsCellular() function
414 static bool IsCellular(AdapterType type) { in IsCellular() function
Dnetwork.cc167 if (Network::IsCellular(old_type) && Network::IsCellular(new_type)) in ShouldAdapterChangeTriggerNetworkChange()