HomeSort by relevance Sort by last modified time
    Searched refs:carrier (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/
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...]
mobile_config.cc 28 // Carrier config attributes.
36 // Carrier deal attributes.
45 // Initial locale carrier config attributes.
52 // Location of the global carrier config.
56 // Location of the local carrier config.
110 // MobileConfig::Carrier implementation. ---------------------------------------
112 MobileConfig::Carrier::Carrier(const DictionaryValue* carrier_dict,
118 MobileConfig::Carrier::~Carrier() {
270 Carrier* carrier = new Carrier(carrier_dict, initial_locale_); local
    [all...]
  /device/asus/grouper/
device.mk 18 ro.carrier=wifi-only
31 ro.carrier=wifi-only
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
VoiceMailConstants.java 54 boolean containsCarrier(String carrier) {
55 return CarrierVmMap.containsKey(carrier);
58 String getCarrierName(String carrier) {
59 String[] data = CarrierVmMap.get(carrier);
63 String getVoiceMailNumber(String carrier) {
64 String[] data = CarrierVmMap.get(carrier);
68 String getVoiceMailTag(String carrier) {
69 String[] data = CarrierVmMap.get(carrier);
103 data[NAME] = parser.getAttributeValue(null, "carrier");
SpnOverride.java 46 boolean containsCarrier(String carrier) {
47 return mCarrierSpnMap.containsKey(carrier);
50 String getSpn(String carrier) {
51 return mCarrierSpnMap.get(carrier);
  /external/dhcpcd/
if-pref.c 62 /* Then carrier status. */
63 if (si->carrier > ti->carrier)
65 if (si->carrier < ti->carrier)
dhcpcd.h 118 int carrier; member in struct:interface
dhcpcd.c 437 if (iface->carrier != LINK_DOWN)
905 int carrier; local
921 carrier = action == 1 ? 1 : 0;
924 carrier = carrier_status(iface);
926 if (carrier == -1)
928 else if (carrier == 0 || ~iface->flags & IFF_UP) {
929 if (iface->carrier != LINK_DOWN) {
930 iface->carrier = LINK_DOWN;
931 syslog(LOG_INFO, "%s: carrier lost", iface->name);
941 } else if (carrier == 1 && !(~iface->flags & IFF_UP))
    [all...]
  /external/chromium_org/chromeos/network/
network_activation_handler.cc 25 const std::string& carrier,
29 CallShillActivate(service_path, carrier, success_callback, error_callback);
42 const std::string& carrier,
45 NET_LOG_USER("Activation Request", service_path + ": '" + carrier + "'");
48 carrier, local
network_activation_handler.h 31 // |carrier| may be empty or may specify a carrier to activate.
37 const std::string& carrier,
58 const std::string& carrier,
device_state.h 41 const std::string& carrier() const { return carrier_; } function in class:chromeos::DeviceState
network_device_handler.h 104 // Tells the device to set the modem carrier firmware, as specified by
105 // |carrier|.
110 // - |carrier| doesn't match one of the supported carriers, as reported by
115 const std::string& carrier,
  /device/asus/flo/
device.mk 23 ro.carrier=wifi-only
  /external/wpa_supplicant_8/src/wps/
ndef.c 175 struct wpabuf *hc, *carrier; local
177 carrier = wpabuf_alloc(2 + os_strlen(wifi_handover_type));
178 if (carrier == NULL)
180 wpabuf_put_u8(carrier, 0x02); /* Carrier Type Format */
181 wpabuf_put_u8(carrier, os_strlen(wifi_handover_type));
182 wpabuf_put_str(carrier, wifi_handover_type);
186 "0", 1, carrier);
187 wpabuf_free(carrier);
215 wpabuf_put_u8(ac_payload, 0x01); /* Carrier Flags: CRS=1 "active" *
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 29 public final String carrier; field in class:ApnSetting
57 public ApnSetting(int id, String numeric, String carrier, String apn,
64 this.carrier = carrier;
90 * <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
95 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
160 .append(carrier)
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 77 // carrier deal notification has been shown to users on this machine.
86 const chromeos::MobileConfig::Carrier* GetCarrier(
92 NET_LOG_ERROR("Empty carrier ID for cellular network",
105 const chromeos::MobileConfig::Carrier* carrier) {
106 const chromeos::MobileConfig::CarrierDeal* deal = carrier->GetDefaultDeal();
115 NET_LOG_DEBUG("Carrier Deal Found", deal_text);
152 // Carrier deal notification shown count defaults to 0.
171 // of Mobile Data connection or if there is a carrier deal defined
186 const MobileConfig::Carrier* carrier = GetCarrier(default_network) local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 119 for carrier in request.carriers:
120 print "Remote carrier type: " + carrier.type
121 if carrier.type == "application/vnd.wfa.wsc":
122 print "WPS carrier type match - add WPS carrier record"
123 self.received_carrier = carrier.record
126 print "Could not get handover select carrier record from wpa_supplicant"
128 print "Handover select carrier record from wpa_supplicant:"
181 print "Could not get handover request carrier record from wpa_supplicant
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 30 assertEquals(a1.carrier, a2.carrier);
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 94 for carrier in request.carriers:
95 print "Remote carrier type: " + carrier.type
96 if carrier.type == "application/vnd.wfa.wsc":
97 print "WPS carrier type match - add WPS carrier record"
98 self.received_carrier = carrier.record
101 print "Could not get handover select carrier record from hostapd"
103 print "Handover select carrier record from hostapd:"
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 424 Preference carrier = new Preference(this, null); local
425 carrier.setTitle(getNetworkTitle(ni));
426 carrier.setPersistent(false);
427 mNetworkList.addPreference(carrier);
428 mNetworkMap.put(carrier, ni);
  /build/target/product/
generic_no_telephony.mk 84 ro.carrier=unknown
  /external/chromium_org/chromeos/dbus/
mock_shill_service_client.h 58 const std::string& carrier,
shill_device_client.h 147 const std::string& carrier,
shill_service_client.h 154 const std::string& carrier,
shill_device_client.cc 174 const std::string& carrier,
180 writer.AppendString(carrier);

Completed in 359 milliseconds

1 2