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

1 2 3 4 5 6 7

  /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 27 String carrier; field in class:ApnSetting
43 public ApnSetting(int id, String numeric, String carrier, String apn,
50 this.carrier = carrier;
74 * <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
79 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
135 .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
  /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"
51 android:layout_below="@id/carrier"
64 android:layout_below="@id/carrier"
  /device/samsung/crespo4g/
4g-apns-conf.xml 23 <apn carrier="Sprint"
  /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
TelephonyCapabilities.java 27 * functions that depend upon the type of phone or the carrier. Ultimately
81 * (Or, is this actually carrier-specific? Is it VZW-only?)
97 * TODO: Watch out: this is also highly carrier-specific, since the
98 * OTA procedure is different from one carrier to the next, *and* the
101 * same 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);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
ApnSettingTest.java 28 assertEquals(a1.carrier, a2.carrier);
  /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 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 130 const MDMBUF = 0x00100000; /* start/stop output on carrier intr */
134 const NOHANG = 0x01000000; /* no SIGHUP on carrier drop */
183 const LMDMBUF = 0x0010; /* start/stop output on carrier intr */
187 const LNOHANG = 0x0100; /* no SIGHUP on carrier drop */
  /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/chromium/third_party/icu/source/data/unidata/
UnicodeData.txt     [all...]

Completed in 796 milliseconds

1 2 3 4 5 6 7