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

  /external/chromium_org/chrome/browser/chromeos/
mobile_config.h 25 // Class that processes mobile (carrier) configuration.
29 // 1. All global config data is inherited unless some carrier properties
30 // are overidden or carrier deals are explicitly marked as excluded.
31 // 2. Local config could mark that all carrier deals should be excluded or
32 // only specific carrier deals are excluded.
39 // Carrier deal.
68 // Carrier config.
69 class Carrier {
71 Carrier(const base::DictionaryValue* carrier_dict,
73 ~Carrier();
    [all...]
mobile_config.cc 29 // Carrier config attributes.
37 // Carrier deal attributes.
47 // Initial locale carrier config attributes.
54 // Location of the global carrier config.
58 // Location of the local carrier config.
112 // MobileConfig::Carrier implementation. ---------------------------------------
114 MobileConfig::Carrier::Carrier(const DictionaryValue* carrier_dict,
120 MobileConfig::Carrier::~Carrier() {
272 Carrier* carrier = new Carrier(carrier_dict, initial_locale_); local
    [all...]
mobile_config_unittest.cc 18 " \"carrier (country)\" : {\n"
25 " \"id\": \"Carrier (country)\",\n"
29 " \"top_up_url\" : \"http://www.carrier.com/\",\n"
39 " \"notification_text\" : \"3G connectivity : Carrier.\",\n"
51 " \"setup_url\" : \"accounts.carrier.com\",\n"
60 " \"Carrier (country)\" : {\n"
61 " \"top_up_url\" : \"http://www.carrier.com/\",\n"
70 " \"notification_text\" : \"3G connectivity : Carrier.\",\n"
94 " \"carrier (country)\" : {\n"
96 " \"top_up_url\" : \"http://www.carrier-new-url.com/\",\n
130 const MobileConfig::Carrier* carrier; local
168 const MobileConfig::Carrier* carrier; local
182 const MobileConfig::Carrier* carrier; local
200 const MobileConfig::Carrier* carrier; local
216 const MobileConfig::Carrier* carrier; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 73 // carrier deal notification has been shown to users on this machine.
82 const chromeos::MobileConfig::Carrier* GetCarrier(
86 LOG(ERROR) << "Empty carrier ID with a cellular connected.";
98 const chromeos::MobileConfig::Carrier* carrier) {
99 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal();
131 // Carrier deal notification shown count defaults to 0.
140 // of Mobile Data connection or if there's a carrier deal defined
149 const MobileConfig::Carrier* carrier = GetCarrier(cros) local
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 196 VALUE Acct-Terminate-Cause Lost-Carrier 2
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 698 // Given a list of supported carrier's by the device, return the index of
699 // the carrier the device is currently using.
712 // the Generic UMTS carrier option if present.
715 // For other carriers, the service name will match the carrier name.
716 if (value == device->carrier())
1223 std::string carrier; local
1808 const MobileConfig::Carrier* carrier = config->GetCarrier(carrier_id); local
1866 const MobileConfig::Carrier* carrier = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 832 const MobileConfig::Carrier* carrier = config->GetCarrier(*carrier_id); variable
    [all...]

Completed in 945 milliseconds