HomeSort by relevance Sort by last modified time
    Searched refs:carrier_id (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 84 std::string carrier_id = cros->GetCellularHomeCarrierId(); local
85 if (carrier_id.empty()) {
94 return config->GetCarrier(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/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_org/ash/system/tray/
system_tray_delegate.h 297 virtual bool GetCellularCarrierInfo(std::string* carrier_id,
test_system_tray_delegate.cc 261 bool TestSystemTrayDelegate::GetCellularCarrierInfo(std::string* carrier_id,
test_system_tray_delegate.h 87 virtual bool GetCellularCarrierInfo(std::string* carrier_id,
  /external/chromium_org/chrome/browser/chromeos/
mobile_config.h 147 const MobileConfig::Carrier* GetCarrier(const std::string& carrier_id) const;
mobile_config.cc 223 const std::string& carrier_id) const {
224 CarrierIdMap::const_iterator id_iter = carrier_id_map_.find(carrier_id);
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 820 virtual bool GetCellularCarrierInfo(std::string* carrier_id,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1755 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/chrome/browser/chromeos/cros/
network_library.cc 2889 std::string carrier_id; local
    [all...]

Completed in 350 milliseconds