/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
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 CarrierSpnMap.containsKey(carrier); 50 String getSpn(String carrier) { 51 return CarrierSpnMap.get(carrier);
|
ApnSetting.java | 25 String carrier; field in class:ApnSetting 40 public ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, 45 this.carrier = carrier; 89 sb.append(carrier)
|
/development/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"
|
/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
|
stores_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
|
stores.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
|
DCR_Internal.h | 34 /** data carrier object */
|
/frameworks/base/core/java/android/net/ |
Proxy.java | 93 * Return the default proxy host specified by the carrier. 95 * this carrier. 109 * Return the default proxy port specified by the carrier. 111 * no proxy for this carrier.
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_sim_pin_landscape.xml | 28 android:layout_above="@+id/carrier" 36 <!-- Carrier info --> 37 <TextView android:id="@+id/carrier"
|
keyguard_screen_sim_pin_portrait.xml | 39 <!-- Carrier info --> 40 <TextView android:id="@+id/carrier"
|
keyguard_screen_tab_unlock.xml | 33 android:id="@+id/carrier" 52 android:layout_below="@id/carrier" 65 android:layout_below="@id/carrier"
|
/packages/apps/Phone/src/com/android/phone/ |
CarrierLogo.java | 23 * Utility class to look up carrier logo resource IDs.
|
INetworkQueryService.aidl | 23 * Phone application lets this service interface handle carrier
|
NetworkSetting.java | 405 Preference carrier = new Preference(this, null); local 406 carrier.setTitle(ni.getOperatorAlphaLong()); 407 carrier.setPersistent(false); 408 mNetworkList.addPreference(carrier); 409 mNetworkMap.put(carrier, ni);
|
/external/neven/Embedded/common/src/b_APIEm/ |
DCR.h | 45 /** data carrier */ 101 /** initializes data carrier */ 105 /** destroys data carrier */ 115 /** create a data carrier */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 38 * <li><em>operator-alpha-long</em> - The carrier name as a string.</li> 39 * <li><em>operator-alpha-short</em> - A potentially shortened version of the carrier name, 41 * <li><em>operator-numeric</em> - A number representing the carrier, as a string. This is 194 * Broadcast Action: The time was set by the carrier (typically by the NITZ string). 211 * Broadcast Action: The timezone was set by the carrier (typically by the NITZ string).
|
/external/icu4c/data/unidata/ |
UnicodeData.txt | [all...] |
/frameworks/base/docs/html/guide/appendix/ |
market-filters.jd | 52 — filtering also depends on the country and carrier, the presence or absence
65 carrier, location, and other characteristics. It then compares those against the
302 country (as determined by SIM carrier) in which paid apps are available.</p></td>
304 <td valign="top">Country / Carrier Targeting</td> <td valign="top"> <p>When you upload your app to
307 <ul><li><p>A device's country is determined based on the carrier, if a carrier is
308 available. If no carrier can be determined, the Market application tries to
309 determine the country based on IP.</p></li> <li><p>Carrier is determined based on
310 the device's SIM (for GSM devices), not the current roaming carrier.</p></li></ul>
|
/external/dhcpcd/ |
client.c | 145 int carrier; member in struct:if_state 571 state->carrier = LINK_DOWN; 574 state->carrier = LINK_UP; 577 state->carrier = LINK_UNKNOWN; 643 if (state->carrier == LINK_DOWN) 782 } else if (state->carrier == LINK_DOWN && !ref) { 784 logger(LOG_DEBUG, "waiting for carrier"); 1036 else if (state->carrier != LINK_DOWN || 1045 if (state->carrier != LINK_DOWN && 1050 if (state->carrier != LINK_DOWN & [all...] |
dhcpcd.conf.5 | 49 carrier status. 104 Don't receive link messages about carrier status.
|