HomeSort by relevance Sort by last modified time
    Searched defs:cdma (Results 26 - 44 of 44) sorted by null

12

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SignalToneUtil.java 17 package 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.
120 * Create a "raw" CDMA SmsMessage from a Parcel that was forged in ril.cpp
    [all...]
CdmaCallTracker.java 17 package com.android.internal.telephony.cdma;
56 static final int MAX_CONNECTIONS = 1; // only 1 connection allowed in CDMA
274 // service for CDMA, we assume call waiting is answered.
305 // Send a flash command to CDMA network for putting the other party on hold.
306 // For CDMA networks which do not support this the user would just hear a beep
307 // from the network. For CDMA networks which do support it will put the other
378 Rlog.e(LOG_TAG, "canTransfer: not possible in CDMA");
    [all...]
CdmaServiceStateTracker.java 17 package com.android.internal.telephony.cdma;
41 import android.telephony.cdma.CdmaCellLocation;
124 /** Contains the name of the registered network in CDMA (either ONS or ERI text). */
246 * Save current source of cdma subscription
250 log("Storing cdma subscription source: " + source);
297 // Non Volatile. Here when Non-Volatile is ready, we can poll the CDMA
588 log("handlPollStateResultMessage: cdma setDataRegState=" + dataRegState
717 // In CDMA in case on NV, the ss.mOperatorAlphaLong is set later with the
733 + " Expected CDMA RIL request and get GSM RIL request.");
    [all...]
CDMAPhone.java 17 package com.android.internal.telephony.cdma;
137 static String PROPERTY_CDMA_HOME_OPERATOR_NUMERIC = "ro.cdma.home.operator.numeric";
141 super("CDMA", notifier, context, ci, false);
148 super("CDMA", notifier, context, ci, unitTestMode);
197 String operatorAlpha = SystemProperties.get("ro.cdma.home.operator.alpha");
295 Rlog.e(LOG_TAG, "canTransfer: not possible in CDMA");
316 // three way calls in CDMA will be handled by feature codes
317 Rlog.e(LOG_TAG, "conference: not possible in CDMA");
376 throw new CallStateException("Sending UUS information NOT supported in CDMA!");
394 Rlog.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
    [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...]
  /hardware/ril/include/telephony/
ril.h 52 RIL_E_SIM_ABSENT = 11, /* fail to set the location where CDMA subscription
55 RIL_E_SUBSCRIPTION_NOT_AVAILABLE = 12, /* fail to find CDMA subscription from specified
116 PREF_NET_TYPE_CDMA_EVDO_AUTO = 4, /* CDMA and EvDo (auto mode, according to PRL) */
117 PREF_NET_TYPE_CDMA_ONLY = 5, /* CDMA only */
119 PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO = 7, /* GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL) */
120 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
122 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
126 /* Source for cdma subscription */
165 /* CDMA Signal Information Record as defined in C.S0005 section 3.7.5.5 */
182 char isVoicePrivacy; /* nonzero if CDMA voice privacy mode is active *
828 RIL_CellInfoCdma cdma; member in union:__anon21039::__anon21040
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1050 milliseconds

12