Searched refs:activation_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.js149 (deviceInfo.activation_type == 'NonCellular' ||
150 deviceInfo.activation_type == 'OTA');
208 if (deviceInfo.activation_type == 'NonCellular') {
212 } else if (deviceInfo.activation_type == 'OTA') {
/external/chromium_org/components/variations/
H A Dvariations_seed_processor.cc123 if (study.activation_type() == Study_ActivationType_ACTIVATION_AUTO) {
176 } else if (study.activation_type() == Study_ActivationType_ACTIVATION_AUTO) {
/external/chromium_org/chromeos/network/
H A Dnetwork_state.h87 const std::string& activation_type() const { return activation_type_; } function in class:chromeos::NetworkState
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator_unittest.cc128 void set_network_activation_type(const std::string& activation_type) { argument
129 cellular_network_.activation_type_ = activation_type;
H A Dmobile_activator.cc80 return (network->activation_type() == shill::kActivationTypeNonCellular ||
81 network->activation_type() == shill::kActivationTypeOTA);
379 if (network->activation_type() == shill::kActivationTypeNonCellular)
431 if (network->activation_type() == shill::kActivationTypeNonCellular)
433 else if (network->activation_type() == shill::kActivationTypeOTA)
435 else if (network->activation_type() == shill::kActivationTypeOTASP)
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc92 std::string activation_type; local
95 &activation_type);
108 value->SetString("activation_type", activation_type);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc442 cellular->activation_type() == shill::kActivationTypeNonCellular &&

Completed in 1373 milliseconds