/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 33 import android.telephony.cdma.CdmaSmsCbProgramData; 37 import com.android.internal.telephony.cdma.sms.SmsEnvelope; 190 * @return true if the phone is a CDMA phone type
|
CellBroadcastConfigService.java | 32 import com.android.internal.telephony.cdma.sms.SmsEnvelope; 192 // set to CDMA broadcast ID rage if phone is in CDMA mode. 272 if (DBG) log("channel 50 is not applicable for cdma");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
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...] |
CdmaInformationRecords.java | 17 package com.android.internal.telephony.cdma;
|
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...] |
CDMALTEPhone.java | 17 package com.android.internal.telephony.cdma;
|
CdmaLteServiceStateTracker.java | 17 package com.android.internal.telephony.cdma; 31 import android.telephony.cdma.CdmaCellLocation; 242 // RIL_REQUEST_OPERATOR is necessary for CDMA 246 // RIL_REQUEST_VOICE_REGISTRATION_STATE is necessary for CDMA 374 eriText = SystemProperties.get("ro.cdma.home.operator.alpha");
|
CdmaMmiCode.java | 17 package com.android.internal.telephony.cdma;
|
SignalToneUtil.java | 17 package com.android.internal.telephony.cdma;
|
EriManager.java | 17 package com.android.internal.telephony.cdma; 38 * EriManager loads the ERI file definitions and manages the CDMA roaming information. 86 private static final String LOG_TAG = "CDMA";
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCard.java | 44 import com.android.internal.telephony.cdma.CDMALTEPhone; 45 import com.android.internal.telephony.cdma.CDMAPhone; 46 import com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsBroadcastUndelivered.java | 27 import com.android.internal.telephony.cdma.CdmaInboundSmsHandler;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 43 import com.android.internal.telephony.cdma.sms.*; 467 /* Use the generic GSM/CDMA SMS Message functionality within Android to generate the 474 com.android.internal.telephony.cdma.SmsMessage.calculateLength((CharSequence)messageText, false) : 488 // Default to GSM, as this code should not be used, if we neither have CDMA not GSM. 522 /* Depending on the type, call either GSM or CDMA getSubmitPdu(). The encoding 546 data = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(destinationAddress, 559 * for CDMA the date can be omitted (and will be ignored if supplied) 569 * For CDMA the only difference between deliver and submit pdus are the messageType, 603 ret = com.android.internal.telephony.cdma.SmsMessage.createFromEfRecord(0, data).getMessageBody();
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyCallbackModeService.java | 37 import com.android.internal.telephony.cdma.CDMAPhone; 76 // Check if it is CDMA phone
|
CallNotifier.java | 28 import com.android.internal.telephony.cdma.CdmaCallWaitingNotification; 29 import com.android.internal.telephony.cdma.CdmaInformationRecords.CdmaDisplayInfoRec; 30 import com.android.internal.telephony.cdma.CdmaInformationRecords.CdmaSignalInfoRec; 31 import com.android.internal.telephony.cdma.SignalToneUtil; 72 // Timers related to CDMA Call Waiting 78 // Time to display the DisplayInfo Record sent by CDMA network 84 // Boolean to keep track of whether or not a CDMA Call Waiting call timed out. 86 // This is CDMA-specific, because with CDMA we *don't* get explicit 484 // voice-capable CDMA devices) [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
CdmaSmsCbTest.java | 17 package com.android.internal.telephony.cdma; 22 import android.telephony.cdma.CdmaSmsCbProgramData; 27 import com.android.internal.telephony.cdma.sms.BearerData; 28 import com.android.internal.telephony.cdma.sms.CdmaSmsAddress; 29 import com.android.internal.telephony.cdma.sms.SmsEnvelope; 30 import com.android.internal.telephony.cdma.sms.UserData; 39 * Test cases for basic SmsCbMessage operation for CDMA. 51 * Initialize a Parcel for an incoming CDMA cell broadcast. The caller will write the 53 * @param serviceCategory the CDMA service category 76 * Initialize a BitwiseOutputStream with the CDMA bearer data subparameters except fo [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 210 #detailsInternetPage[gsm] .cdma-only,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsMessageBodyTest.java | 36 * 3GPP TS 23.038. Also verifies correct SMS encoding for CDMA, which only 593 com.android.internal.telephony.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly); 599 ted = com.android.internal.telephony.cdma.sms.BearerData.calcTextEncodingDetails(msgBody, use7bitOnly);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarPolicy.java | 31 import com.android.internal.telephony.cdma.TtyIntent; 124 // Cdma Roaming Indicator, ERI
|
/device/lge/hammerhead/ |
device.mk | 86 frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml 279 # LTE, CDMA, GSM/WCDMA
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerService.java | 41 import android.telephony.cdma.CdmaCellLocation; 371 String updateMsg = "cdma dBM=" + signalStrength.getCdmaDbm();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 26 import com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo; 460 // ***** Methods for CDMA support
|
/hardware/ril/include/telephony/ |
ril.h | 53 RIL_E_SIM_ABSENT = 11, /* fail to set the location where CDMA subscription 56 RIL_E_SUBSCRIPTION_NOT_AVAILABLE = 12, /* fail to find CDMA subscription from specified 117 PREF_NET_TYPE_CDMA_EVDO_AUTO = 4, /* CDMA and EvDo (auto mode, according to PRL) */ 118 PREF_NET_TYPE_CDMA_ONLY = 5, /* CDMA only */ 120 PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO = 7, /* GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL) */ 121 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */ 123 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */ 128 /* Source for cdma subscription */ 167 /* CDMA Signal Information Record as defined in C.S0005 section 3.7.5.5 */ 184 char isVoicePrivacy; /* nonzero if CDMA voice privacy mode is active * 852 RIL_CellInfoCdma cdma; member in union:__anon34806::__anon34807 [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 17 package com.android.internal.telephony.cdma.sms; 21 import android.telephony.cdma.CdmaSmsCbProgramData; 22 import android.telephony.cdma.CdmaSmsCbProgramResults; 38 * An object to encode and decode CDMA SMS bearer data. 77 * Supported message types for CDMA SMS messages 99 * Supported priority modes for CDMA SMS messages 111 * Supported privacy modes for CDMA SMS messages 123 * Supported alert priority modes for CDMA SMS messages 135 * Supported display modes for CDMA SMS messages. Display mode is 350 * {@link android.telephony.cdma.CdmaSmsCbProgramData} objects containing th [all...] |