HomeSort by relevance Sort by last modified time
    Searched full:carrier_id (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 90 std::string carrier_id = device ? device->home_provider_id() : ""; local
91 if (carrier_id.empty()) {
101 return config->GetCarrier(carrier_id);
  /external/chromium/chrome/browser/chromeos/
customization_document.h 146 // Returns carrier deal by specified |carrier_id|.
150 const std::string& carrier_id, bool check_restrictions) const;
customization_document.cc 359 ServicesCustomizationDocument::GetCarrierDeal(const std::string& carrier_id,
361 CarrierDeals::const_iterator iter = carrier_deals_.find(carrier_id);
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 262 std::string carrier_id = cros->GetCellularHomeCarrierId(); local
263 if (carrier_id.empty()) {
274 customization->GetCarrierDeal(carrier_id, true);
network_menu.cc 515 std::string carrier_id = cros->GetCellularHomeCarrierId(); local
517 if (carrier_id != carrier_id_) {
519 carrier_id_ = carrier_id;
523 customization->GetCarrierDeal(carrier_id, false);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
mobile_config.cc 221 const std::string& carrier_id) const {
222 CarrierIdMap::const_iterator id_iter = carrier_id_map_.find(carrier_id);
mobile_config.h 147 const MobileConfig::Carrier* GetCarrier(const std::string& carrier_id) const;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1765 std::string carrier_id; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 727 std::string carrier_id = cros->GetCellularHomeCarrierId(); local
729 customization->GetCarrierDeal(carrier_id, false);
    [all...]
  /external/chromium_org/third_party/launchpad_translations/
generated_resources_hy.xtb     [all...]
generated_resources_ug.xtb     [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 2889 std::string carrier_id; local
    [all...]
  /external/chromium_org/chrome/app/
chromeos_strings.grdp     [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_am.xtb     [all...]
generated_resources_ar.xtb     [all...]
generated_resources_bg.xtb     [all...]
generated_resources_bn.xtb     [all...]
generated_resources_el.xtb     [all...]
generated_resources_fa.xtb     [all...]
generated_resources_gu.xtb     [all...]
generated_resources_hi.xtb     [all...]
generated_resources_iw.xtb     [all...]
generated_resources_ja.xtb     [all...]
generated_resources_kn.xtb     [all...]
generated_resources_ko.xtb     [all...]

Completed in 683 milliseconds

1 2 3