Home
last modified time | relevance | path

Searched refs:operator_code (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc318 item->SetString("operator_code", cellular_networks[i]->operator_code()); in GetNetworkInfo()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h589 const std::string& operator_code() const { return operator_code_; } in operator_code() function
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc678 dictionary->SetString("operatorCode", cellular->operator_code()); in PopulateCellularDetails()