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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/cdma/
package.html 3 Provides APIs for utilizing CDMA-specific telephony features.
CdmaSmsCbProgramResults.java 17 package android.telephony.cdma;
23 * CDMA Service Category Program Results from SCPT teleservice SMS.
93 * Returns the CDMA service category to modify.
94 * @return a 16-bit CDMA service category value
101 * Returns the CDMA language code for this service category.
CdmaCellLocation.java 17 package android.telephony.cdma;
23 * Represents the cell location on a CDMA phone.
77 * @return cdma base station identification number, -1 if unknown
90 * @return cdma base station latitude in units of 0.25 seconds, Integer.MAX_VALUE if unknown
103 * @return cdma base station longitude in units of 0.25 seconds, Integer.MAX_VALUE if unknown
110 * @return cdma system identification number, -1 if unknown
117 * @return cdma network identification number, -1 if unknown
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
package.html 3 Provides classes to control or read data from CDMA phones.
CallFailCause.java 17 package com.android.internal.telephony.cdma;
20 * CDMA Call fail causes covering all the possible failures that are
21 * needed to be distinguished by the UI. CDMA call failure reasons
23 * in "CDMA IS2000 - Release A (C.S0005-A v6.0)" standard.
55 // Access Blocked by CDMA Network.
CdmaSubscriptionSourceManager.java 17 package com.android.internal.telephony.cdma;
32 * Class that handles the CDMA subscription source changed events from RIL
41 public static final int SUBSCRIPTION_FROM_RUIM = 0; /* CDMA subscription from RUIM */
42 public static final int SUBSCRIPTION_FROM_NV = 1; /* CDMA subscription from NV */
54 // Type of CDMA subscription source
125 * Returns the current CDMA subscription source value
126 * @return CDMA subscription source value
133 * Gets the default CDMA subscription source
135 * @return Default CDMA subscription source from Settings DB if present.
145 * Clients automatically register for CDMA subscription source changed even
    [all...]
CdmaServiceCategoryProgramHandler.java 17 package com.android.internal.telephony.cdma;
29 import android.telephony.cdma.CdmaSmsCbProgramData;
30 import android.telephony.cdma.CdmaSmsCbProgramResults;
34 import com.android.internal.telephony.cdma.sms.BearerData;
35 import com.android.internal.telephony.cdma.sms.CdmaSmsAddress;
36 import com.android.internal.telephony.cdma.sms.SmsEnvelope;
44 * Handle CDMA Service Category Program Data requests and responses.
51 * Create a new CDMA inbound SMS handler.
93 * @param sms the CDMA SmsMessage containing the SCPD request
TtyIntent.java 17 package com.android.internal.telephony.cdma;
32 "com.android.internal.telephony.cdma.intent.action.TTY_ENABLED_CHANGE";
51 "com.android.internal.telephony.cdma.intent.action.TTY_PREFERRED_MODE_CHANGE";
CdmaSmsBroadcastConfigInfo.java 18 package com.android.internal.telephony.cdma;
21 * CdmaSmsBroadcastConfigInfo defines one configuration of Cdma Broadcast
CdmaSMSDispatcher.java 17 package com.android.internal.telephony.cdma;
37 import com.android.internal.telephony.cdma.sms.UserData;
58 * @param sms the CDMA SMS message containing the status report
77 * @param sms the CDMA SMS message to process
180 // byte[] smsc = (byte[]) map.get("smsc"); // unused for CDMA
192 // sms over cdma is used:
SmsMessage.java 17 package com.android.internal.telephony.cdma;
24 import android.telephony.cdma.CdmaSmsCbProgramData;
33 import com.android.internal.telephony.cdma.sms.BearerData;
34 import com.android.internal.telephony.cdma.sms.CdmaSmsAddress;
35 import com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress;
36 import com.android.internal.telephony.cdma.sms.SmsEnvelope;
37 import com.android.internal.telephony.cdma.sms.UserData;
72 static private final String LOGGABLE_TAG = "CDMA:SMS";
105 * Note: In CDMA the PDU is just a byte representation of the received Sms.
123 * Create a "raw" CDMA SmsMessage from a Parcel that was forged in ril.cpp
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
package.html 3 Provides CDMA-specific features for text/data/PDU SMS messages
CdmaSmsSubaddress.java 18 package com.android.internal.telephony.cdma.sms;
  /frameworks/base/core/res/res/xml/
eri.xml 37 EriText="T-CDMA 64"
44 EriText="T-CDMA 65"
51 EriText="T-CDMA Ext 66"
58 EriText="T-CDMA Ext 67"
65 EriText="T-CDMA Roam 68"
72 EriText="T-CDMA Ext 69"
79 EriText="T-CDMA Roam 70"
86 EriText="T-CDMA Ext 71"
93 EriText="T-CDMA Ext 72"
100 EriText="T-CDMA Roam 73
    [all...]
  /frameworks/native/data/etc/
android.hardware.telephony.cdma.xml 17 <!-- This is the standard set of telephony features for a CDMA phone. -->
20 <feature name="android.hardware.telephony.cdma" />
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 45 * CDMA networks.
52 * CDMA networks.
71 * CDMA networks.
77 * product_type variable that corresponds to a product that supports LTE on CDMA.
121 static final String PROPERTY_INECM_MODE = "ril.cdma.inecmmode";
124 static final String PROPERTY_ECM_EXIT_TIMER = "ro.cdma.ecmexittimer";
127 static final String PROPERTY_IDP_STRING = "ro.cdma.idpstring";
132 static final String PROPERTY_OTASP_NUM_SCHEMA = "ro.cdma.otaspnumschema";
151 * Track CDMA SMS message id numbers to ensure they increment
154 static final String PROPERTY_CDMA_MSG_ID = "persist.radio.cdma.msgid"
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendCdmaCmasMessages.java 30 import com.android.internal.telephony.cdma.sms.BearerData;
31 import com.android.internal.telephony.cdma.sms.CdmaSmsAddress;
32 import com.android.internal.telephony.cdma.sms.SmsEnvelope;
33 import com.android.internal.telephony.cdma.sms.UserData;
40 * Send some test CDMA CMAS warning notifications.
44 private static final String TEST_TEXT = "This is a test CDMA cell broadcast message..."
125 * Create a new SmsCbMessage for testing CDMA CMAS support.
126 * @param serviceCategory the CDMA service category
150 * Convert CDMA service category to CMAS message class. Copied from {@code BearerData}.
151 * @param serviceCategory CDMA service categor
    [all...]
  /frameworks/base/media/java/android/media/
ToneGenerator.java 258 * CDMA Dial tone : 425Hz continuous
264 * CDMA USA Ringback: 440Hz+480Hz 2s ON, 4000 OFF ...
270 * CDMA Intercept tone: 440Hz 250ms ON, 620Hz 250ms ON ...
276 * CDMA Abbr Intercept tone: 440Hz 250ms ON, 620Hz 250ms ON
282 * CDMA Reorder tone: 480Hz+620Hz 250ms ON, 250ms OFF...
289 * CDMA Abbr Reorder tone: 480Hz+620Hz 250ms ON, 250ms OFF repeated for 8 times
294 * CDMA Network Busy tone: 480Hz+620Hz 500ms ON, 500ms OFF continuous
300 * CDMA Confirm tone: 350Hz+440Hz 100ms ON, 100ms OFF repeated for 3 times
307 * CDMA answer tone: silent tone - defintion Frequency 0, 0ms ON, 0ms OFF
313 * CDMA Network Callwaiting tone: 440Hz 300ms O
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 36 # CDMA data network setup failure
39 # CDMA data network drop
54 # CDMA data connection state transition
57 # CDMA service state transition
ImsSMSDispatcher.java 31 import com.android.internal.telephony.cdma.CdmaSMSDispatcher;
35 import com.android.internal.telephony.cdma.CdmaInboundSmsHandler;
217 Rlog.d(TAG, "old format matched new format (cdma)");
257 Rlog.d(TAG, "old format (gsm) ==> new format (cdma)");
258 pdu = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(
261 Rlog.d(TAG, "old format (cdma) ==> new format (gsm)");
271 Rlog.d(TAG, "old format (gsm) ==> new format (cdma)");
272 pdu = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(
276 Rlog.d(TAG, "old format (cdma) ==> new format (gsm)");
326 * Determines whether or not to use CDMA format for MO SMS
    [all...]
TelephonyCapabilities.java 44 * Currently this is assumed to be true for CDMA phones, and false
55 * Currently this is assumed to be true for CDMA phones, and false
66 * "if (CDMA)" checks sprinkled throughout the phone app.
75 * Currently this is assumed to be true on CDMA phones and false otherwise.
87 * TODO: Should CDMA phones allow this as well?
99 * id is called "IMEI" on GSM phones and "MEID" on CDMA phones.
134 * otherwise. (In particular, CDMA has no concept of "putting a call
149 * otherwise. (In particular, CDMA has no concept of explicitly
185 * Currently this returns true for GSM phones as we cannot know when a CDMA
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java 24 * Supported values for each element are defined in TIA-1149-0-1 (CMAS over CDMA) and
31 // CMAS message class (in GSM/UMTS message identifier or CDMA service category).
57 // CMAS alert category (in CDMA type 1 elements record).
96 * CMAS alert category is unknown. The category is only available for CDMA broadcasts
101 // CMAS response type (in CDMA type 1 elements record).
128 * CMAS response type is unknown. The response type is only available for CDMA broadcasts
133 // 4-bit CMAS severity (in GSM/UMTS message identifier or CDMA type 1 elements record).
142 * CMAS alert severity is unknown. The severity is available for CDMA warning alerts
148 // CMAS urgency (in GSM/UMTS message identifier or CDMA type 1 elements record).
157 * CMAS alert urgency is unknown. The urgency is available for CDMA warning alert
    [all...]
SmsCbMessage.java 35 * UMTS, and CDMA. Some fields are only applicable for some message formats. Other fields were
37 * two completely different concepts in 3GPP and CDMA.
40 * of the equivalent field in CDMA. In both cases the service category is a 16-bit value, but 3GPP
44 * <p>The CDMA Message Identifier field is available via {@link #getSerialNumber}, which is used
45 * to detect the receipt of a duplicate message to be discarded. In CDMA, the message ID is
71 /** PLMN wide geographical scope (GSM/UMTS and all CDMA broadcasts). */
83 /** CDMA format cell broadcast. */
105 * Serial number of broadcast (message identifier for CDMA, geographical scope + message code +
120 * 16-bit CDMA service category or GSM/UMTS message identifier. For ETWS and CMAS warnings,
242 * Return the broadcast serial number of broadcast (message identifier for CDMA, o
    [all...]
SmsMessage.java 135 * such as dual-mode GSM/CDMA and CDMA/LTE phones. Guess format based on Voice
141 // cdma(3gpp2) vs gsm(3gpp) format info was not given,
161 * or "3gpp2" for CDMA/LTE messages in 3GPP2 format.
171 wrappedMessage = com.android.internal.telephony.cdma.SmsMessage.createFromPdu(pdu);
203 com.android.internal.telephony.cdma.SmsMessage.newFromParcel(p);
222 wrappedMessage = com.android.internal.telephony.cdma.SmsMessage.createFromEfRecord(
236 * FIXME: This method is only used by a CTS test case that isn't run on CDMA devices.
241 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
275 com.android.internal.telephony.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly)
    [all...]
  /device/common/
generate-factory-images-common.sh 52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
80 cp tmp/RADIO/radio-cdma.img tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.img
82 cp $CDMARADIOFILE tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.img
151 fastboot flash radio-cdma radio-cdma-$DEVICE-$CDMARADIO.img
226 fastboot flash radio-cdma radio-cdma-$DEVICE-$CDMARADIO.img
288 fastboot flash radio-cdma radio-cdma-$DEVICE-$CDMARADIO.im
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>