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

1 2 3

  /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 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...]
  /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)
  /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...]
  /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/chromeos/dbus/
mock_shill_service_client.h 57 const std::string& carrier,
66 const std::string& carrier));
shill_service_client.h 157 const std::string& carrier,
175 const std::string& carrier) = 0;
shill_service_client.cc 172 const std::string& carrier,
178 writer.AppendString(carrier);
198 const std::string& carrier) OVERRIDE {
202 writer.AppendString(carrier);
shill_service_client_stub.h 69 const std::string& carrier,
78 const std::string& carrier) OVERRIDE;
fake_shill_device_client.cc 88 const std::string& carrier,
fake_shill_device_client.h 68 const std::string& carrier,
  /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...]
  /external/chromium_org/chromeos/network/
network_connection_handler.h 118 // |carrier| may be empty or may specify a carrier to activate.
125 const std::string& carrier,
203 const std::string& carrier,
device_state.h 36 const std::string& carrier() const { return carrier_; } function in class:chromeos::DeviceState
cros_network_functions.h 57 // Activates the cellular modem specified by |service_path| with carrier
58 // specified by |carrier|.
59 // |carrier| is NULL or an empty string, this will activate with the currently
60 // active carrier.
63 const std::string& carrier);
246 // Changes the active cellular carrier.
248 const std::string& carrier,
  /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/chrome/browser/chromeos/cros/
network_library_impl_stub.h 62 virtual void SetCarrier(const std::string& carrier,

Completed in 806 milliseconds

1 2 3