Searched refs:technology (Results 1 - 5 of 5) sorted by relevance

/external/qemu/telephony/
H A Dandroid_modem.c285 AModemTech technology; member in struct:AModemRec_
512 modem->technology = android_parse_modem_tech( tmp );
513 if (modem->technology == A_TECH_UNKNOWN) {
514 modem->technology = aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );
1020 * return: If the specified technology is not set in any of the 4
1043 * lowest numbered technology that is set in the mask.
1062 modem->technology, newtech, modem->preferred_mask,newpreferred);
1067 return "ERROR: At least one technology must be enabled";
1079 if (modem->technology != newtech) {
1080 modem->technology
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc42 const char kTechnologyProperty[] = "technology";
172 // Register API doesn't allow technology to be specified so just show unique
184 network->SetString(kTechnologyProperty, it->technology);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h171 std::string technology; member in struct:chromeos::FoundCellularNetwork
606 // Return a string representation of network technology.
642 void set_network_technology(NetworkTechnology technology) { argument
643 network_technology_ = technology;
H A Dnetwork_library.cc171 const char* kTechnologyProperty = "technology";
292 // Flimflam network technology options.
722 static NetworkTechnology ParseNetworkTechnology(const std::string& technology) { argument
736 return parser.Get(technology);
782 kTechnologyProperty, &found_networks_->back().technology);
1685 // No need to localize these cellular technology abbreviations.
3299 // Network technology functions.
3308 std::string technology; local
3309 (*iter)->GetAsString(&technology);
3310 if (!technology
[all...]
/external/chromium/net/base/
H A Deffective_tld_names.cc8020 {"technology.museum", 0},

Completed in 131 milliseconds