Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_capability.h287 bool allow_roaming_property() const { in allow_roaming_property() function
288 return cellular_->allow_roaming_property(); in allow_roaming_property()
Dactive_passive_out_of_credits_detector.cc255 !service()->cellular()->allow_roaming_property()) in DetectConnectDisconnectLoop()
Dcellular_capability_cdma.cc121 return allow_roaming_property(); in AllowRoaming()
Dcellular.h220 bool allow_roaming_property() const { return allow_roaming_; } in allow_roaming_property() function
Dcellular_capability_gsm.cc340 return cellular()->provider_requires_roaming() || allow_roaming_property(); in AllowRoaming()
Dcellular_capability_universal.cc742 return cellular()->provider_requires_roaming() || allow_roaming_property(); in AllowRoaming()