Searched refs:IsCellular (Results 1 – 2 of 2) sorted by relevance
412 bool IsCellular() const { return IsCellular(type_); } in IsCellular() function414 static bool IsCellular(AdapterType type) { in IsCellular() function
167 if (Network::IsCellular(old_type) && Network::IsCellular(new_type)) in ShouldAdapterChangeTriggerNetworkChange()