Searched defs:allow_roaming (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dfake_network_device_handler.cc74 void FakeNetworkDeviceHandler::SetCellularAllowRoaming(bool allow_roaming) {} argument
H A Dnetwork_device_handler_unittest.cc203 bool allow_roaming; local
205 shill::kCellularAllowRoamingProperty, &allow_roaming));
206 EXPECT_TRUE(allow_roaming);
218 shill::kCellularAllowRoamingProperty, &allow_roaming));
219 EXPECT_FALSE(allow_roaming);
H A Ddevice_state.h37 bool allow_roaming() const { return allow_roaming_; } function in class:chromeos::DeviceState
H A Dnetwork_device_handler_impl.cc391 const bool allow_roaming) {
392 cellular_allow_roaming_ = allow_roaming;
467 bool current_allow_roaming = device_state->allow_roaming();
390 SetCellularAllowRoaming( const bool allow_roaming) argument

Completed in 381 milliseconds