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

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
TtyIntent.java 17 package com.android.internal.telephony.cdma;
35 "com.android.internal.telephony.cdma.intent.action.TTY_ENABLED_CHANGE";
54 "com.android.internal.telephony.cdma.intent.action.TTY_PREFERRED_MODE_CHANGE";
CdmaCallWaitingNotification.java 17 package com.android.internal.telephony.cdma;
28 static final String LOG_TAG = "CDMA";
EriInfo.java 17 package com.android.internal.telephony.cdma;
RuimCard.java 17 package com.android.internal.telephony.cdma;
29 super(phone, "CDMA", true);
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.
RuimFileHandler.java 17 package com.android.internal.telephony.cdma;
36 static final String LOG_TAG = "CDMA";
RuimPhoneBookInterfaceManager.java 17 package com.android.internal.telephony.cdma;
31 static final String LOG_TAG = "CDMA";
CdmaCall.java 17 package com.android.internal.telephony.cdma;
CdmaDataConnection.java 17 package com.android.internal.telephony.cdma;
32 private static final String LOG_TAG = "CDMA";
RuimSmsInterfaceManager.java 18 package com.android.internal.telephony.cdma;
44 static final String LOG_TAG = "CDMA";
CdmaInformationRecords.java 17 package com.android.internal.telephony.cdma;
CdmaMmiCode.java 17 package com.android.internal.telephony.cdma;
EriManager.java 17 package com.android.internal.telephony.cdma;
40 * EriManager loads the ERI file definitions and manages the CDMA roaming information.
88 private static final String LOG_TAG = "CDMA";
CdmaSMSDispatcher.java 17 package com.android.internal.telephony.cdma;
45 import com.android.internal.telephony.cdma.sms.SmsEnvelope;
46 import com.android.internal.telephony.cdma.sms.UserData;
56 private static final String TAG = "CDMA";
68 * Is a special GSM function, should never be called in CDMA!!
74 Log.d(TAG, "handleStatusReport is a special GSM function, should never be called in CDMA!");
184 * TODO(cleanup): Since both CDMA and GSM use the same header
438 // byte smsc[] = (byte[]) map.get("smsc"); // unused for CDMA
RuimRecords.java 17 package com.android.internal.telephony.cdma;
30 import com.android.internal.telephony.cdma.RuimCard;
45 static final String LOG_TAG = "CDMA";
138 // In CDMA this is Operator/OEM dependent
SmsMessage.java 17 package com.android.internal.telephony.cdma;
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;
71 static final String LOG_TAG = "CDMA";
72 static private final String LOGGABLE_TAG = "CDMA:SMS";
94 * Note: In CDMA the PDU is just a byte representation of the received Sms.
109 * Note: This function is a GSM specific functionality which is not supported in CDMA mode.
112 Log.w(LOG_TAG, "newFromCMT: is not supported in CDMA mode.")
    [all...]
CdmaConnection.java 17 package com.android.internal.telephony.cdma;
41 static final String LOG_TAG = "CDMA";
573 throw new CallStateException ("CDMA connection index not assigned");
695 //Log.v("CDMA", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
721 Log.e("CDMA", "processNextPostDialChar: c=" + c + " isn't valid!");
951 // UUS information not supported in CDMA
SignalToneUtil.java 17 package com.android.internal.telephony.cdma;
CdmaCallTracker.java 17 package com.android.internal.telephony.cdma;
45 static final String LOG_TAG = "CDMA";
53 static final int MAX_CONNECTIONS = 1; // only 1 connection allowed in CDMA
276 // service for CDMA, we assume call waiting is answered.
307 // Send a flash command to CDMA network for putting the other party on hold.
308 // For CDMA networks which do not support this the user would just hear a beep
309 // from the network. For CDMA networks which do support it will put the other
362 Log.e(LOG_TAG, "canTransfer: not possible in CDMA");
864 // Set generic to true because in CDMA it is not known what
    [all...]
CdmaDataConnectionTracker.java 17 package com.android.internal.telephony.cdma;
40 import android.telephony.cdma.CdmaCellLocation;
62 protected final String LOG_TAG = "CDMA";
83 SystemProperties.getInt("ro.cdma.timetoradiorestart", 60000);
92 "com.android.internal.telephony.cdma-reconnect";
213 if (!mRetryMgr.configure(SystemProperties.get("ro.cdma.data_retry_config"))) {
593 * For now With CDMA we never try to reconnect on
    [all...]
  /frameworks/base/telephony/java/android/telephony/cdma/
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
84 * @return cdma base station latitude, Integer.MAX_VALUE if unknown
91 * @return cdma base station longitude, Integer.MAX_VALUE if unknown
98 * @return cdma system identification number, -1 if unknown
105 * @return cdma network identification number, -1 if unknown
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 17 package com.android.internal.telephony.cdma.sms;
42 // Voice mail notification through Message Waiting Indication in CDMA mode or Analog mode.
44 // number of messages waiting, it's used by some CDMA carriers for a voice mail count.
CdmaSmsAddress.java 17 package com.android.internal.telephony.cdma.sms;
22 import com.android.internal.telephony.cdma.sms.UserData;
UserData.java 17 package com.android.internal.telephony.cdma.sms;
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 17 package com.android.internal.telephony.cdma.sms;
23 import com.android.internal.telephony.cdma.SmsMessage;
24 import com.android.internal.telephony.cdma.sms.BearerData;
25 import com.android.internal.telephony.cdma.sms.UserData;
26 import com.android.internal.telephony.cdma.sms.CdmaSmsAddress;
    [all...]

Completed in 543 milliseconds

1 2