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

1 2 3 4 5 6 7 8 91011>>

  /device/sample/etc/
apns-full-conf.xml 23 <apn carrier="Cosmote Wireless Internet"
30 <apn carrier="Cosmote Mms"
40 <apn carrier="Vf Mobile Internet"
47 <apn carrier="Vf MMS"
59 <apn carrier="Q-Telecom MMS GPRS"
69 <apn carrier="Wind Internet"
76 <apn carrier="Wind MMS"
86 <apn carrier="Vodafone NL"
98 <apn carrier="KPN Internet"
108 <apn carrier="Telfort Internet
    [all...]
apns-conf_verizon.xml 6 <apn carrier="Verizon"
15 <apn carrier="Verizon Internet"
23 <apn carrier="Verizon FOTA"
31 <apn carrier="Verizon IMS"
39 <apn carrier="Verizon CBS"
50 <apn carrier="LTE - Verizon Internet"
59 <apn carrier="LTE - Verizon Internet"
68 <apn carrier="LTE - Verizon Internet"
77 <apn carrier="LTE - Verizon Internet"
88 <apn carrier="LTE - Verizon Internet
    [all...]
test-apns-conf_verizon.xml 6 <apn carrier="Verizon"
16 <apn carrier="Verizon Internet"
24 <apn carrier="Verizon FOTA"
32 <apn carrier="Verizon IMS"
40 <apn carrier="Verizon CBS"
53 <apn carrier="LTE - Verizon Internet"
62 <apn carrier="LTE - Verizon FOTA"
71 <apn carrier="LTE - Verizon IMS"
80 <apn carrier="LTE - Verizon CBS"
92 <apn carrier="LTE - VZW Roaming Internet
    [all...]
  /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);
  /device/generic/goldfish/data/etc/
apns-conf.xml 23 <apn carrier="T-Mobile US"
33 <apn carrier="T-Mobile US 250"
43 <apn carrier="T-Mobile US 660"
53 <apn carrier="T-Mobile US 230"
63 <apn carrier="T-Mobile US 310"
73 <apn carrier="T-Mobile US 580"
83 <apn carrier="T-Mobile US 240"
93 <apn carrier="T-Mobile US 800"
103 <apn carrier="T-Mobile US 210"
113 <apn carrier="T-Mobile US 160
    [all...]
apns-conf_sdk.xml 27 <apn carrier="Android"
36 <apn carrier="TelKila"
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 64 /* NFA Connection Handover Carrier Power State */
65 #define NFA_CHO_CPS_INACTIVE 0x00 /* Carrier is currently off */
66 #define NFA_CHO_CPS_ACTIVE 0x01 /* Carrier is currently on */
67 #define NFA_CHO_CPS_ACTIVATING 0x02 /* Activating carrier */
72 /* Data for Alternative Carrier Information */
75 tNFA_CHO_CPS cps; /* carrier power state */
124 /* Alternative Carrier records including carrier power state, carrier data reference and aux data reference */
127 tNFA_CHO_CPS cps; /* carrier power state *
    [all...]
  /device/samsung/toroplus/
test-apns-conf_sprint.xml 24 <apn carrier="ota"
34 <apn carrier="LTE - SPRINT test ISP"
47 <apn carrier="LTE - SPRINT test OTA"
57 <apn carrier="LTE - SPRINT test PAM"
67 <apn carrier="LTE - SPRINT test ISP"
80 <apn carrier="LTE - SPRINT test OTA"
90 <apn carrier="LTE - SPRINT test PAM"
103 <apn carrier="ota"
113 <apn carrier="EHRPD - SPRINT test ISP"
126 <apn carrier="EHRPD - SPRINT test OTA
    [all...]
  /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...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 114 for carrier in request.carriers:
115 print "Remote carrier type: " + carrier.type
116 if carrier.type == "application/vnd.wfa.wsc":
117 print "WPS carrier type match - add WPS carrier record"
118 self.received_carrier = carrier.record
121 print "Could not get handover select carrier record from wpa_supplicant"
123 print "Handover select carrier record from wpa_supplicant:"
176 print "Could not get handover request carrier record from wpa_supplicant
    [all...]
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 70 " \"Carrier (country)\" : {"
72 " \"top_up_url\" : \"http://www.carrier.com/\","
77 " \"notification_text\" : \"3G connectivity : Carrier.\","
91 " \"Carrier (country)\" : {"
93 " \"top_up_url\" : \"http://www.carrier.com/\","
196 deal = customization.GetCarrierDeal("Carrier (country)", true);
199 EXPECT_EQ("http://www.carrier.com/", deal->top_up_url);
201 EXPECT_EQ("3G connectivity : Carrier.",
218 deal = customization.GetCarrierDeal("Carrier (country)", true);
228 deal = customization.GetCarrierDeal("Carrier (country)", true)
    [all...]
customization_document.h 107 // OEM specific carrier deal.
124 // Carrier ID (ex. "Verizon (us)") mapping to carrier deals.
146 // Returns carrier deal by specified |carrier_id|.
199 // Carrier-specific deals.
  /packages/apps/Email/res/xml/
providers_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
senders_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
senders.xml 26 that are device, product, or carrier-specific.
28 Entries that are device, product or carrier-specific should be added as overlays
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 25 * Data Carrier object
34 /** data carrier object */
39 /** handle for data carrier object */
72 /** returns default data carrier parameters */
76 /** creates a data carrier object */
82 /** closes a data carrier object */
93 /** assigns a byte gray image referenced by pDataA to the data carrier */
108 /** assigns a byte gray image referenced by pDataA to the data carrier and
  /external/dhcpcd/
if-pref.c 62 /* Then carrier status. */
63 if (si->carrier > ti->carrier)
65 if (si->carrier < ti->carrier)
  /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/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:"
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
EmergencyCarrierArea.java 46 // The emergency button overlaps the carrier text, only noticeable when highlighted.
47 // So temporarily hide the carrier text while the emergency button is pressed.
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 49 /* Handover Carrier recrod Type */
55 /* Alternative Carrier Record Type */
119 ** Description This function adds Handover Carrier Record.
159 ** Description This function adds Alternative Carrier Record.
175 /* CPS, length of carrier data ref, carrier data ref, Aux data reference count */
196 /* Add Carrier Power State */
199 /* Carrier Data Reference length */
204 /* Carrier Data Reference */
  /device/asus/flo/
device.mk 23 ro.carrier=wifi-only
  /frameworks/base/core/res/res/layout/
keyguard_message_area.xml 20 <!-- This contains emergency call button and carrier as shared by pin/pattern/password screens -->
keyguard_message_area_large.xml 20 <!-- This contains emergency call button and carrier as shared by pin/pattern/password screens -->

Completed in 3158 milliseconds

1 2 3 4 5 6 7 8 91011>>