HomeSort by relevance Sort by last modified time
    Searched refs:PHONE_TYPE_CDMA (Results 1 - 25 of 45) sorted by null

1 2

  /packages/apps/Phone/src/com/android/phone/
TelephonyCapabilities.java 47 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
84 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
111 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
123 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
151 } else if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
CdmaCallOptions.java 31 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA
CallNotifier.java 414 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
698 if (fgPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
    [all...]
InCallTouchUi.java 187 if (PhoneApp.getPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) {
370 if (phoneType == Phone.PHONE_TYPE_CDMA) {
405 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
471 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
488 if (phoneType == Phone.PHONE_TYPE_CDMA) {
    [all...]
CallCard.java 291 if (phoneType == Phone.PHONE_TYPE_CDMA) {
425 if (phoneType == Phone.PHONE_TYPE_CDMA) {
459 if (phoneType == Phone.PHONE_TYPE_CDMA) {
560 if (phoneType == Phone.PHONE_TYPE_CDMA) {
623 if (phoneType == Phone.PHONE_TYPE_CDMA) {
647 if (phoneType == Phone.PHONE_TYPE_CDMA) {
    [all...]
EmergencyCallbackModeService.java 76 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA) {
InCallScreen.java 388 if (phoneType == Phone.PHONE_TYPE_CDMA) {
711 boolean phoneIsCdma = (mPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
    [all...]
PhoneUtils.java 247 boolean phoneIsCdma = (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
353 if (phoneType == Phone.PHONE_TYPE_CDMA) {
564 if (phoneType == Phone.PHONE_TYPE_CDMA) {
657 boolean phoneIsCdma = (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
699 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
751 if (phoneType == Phone.PHONE_TYPE_CDMA) {
776 if (phoneType == Phone.PHONE_TYPE_CDMA) {
    [all...]
SpecialCharSequenceMgr.java 203 if (phoneType == Phone.PHONE_TYPE_CDMA) {
PhoneApp.java 428 if (phoneType == Phone.PHONE_TYPE_CDMA) {
534 boolean phoneIsCdma = (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
698 if ((phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) &&
    [all...]
DTMFTwelveKeyDialer.java 471 if (mCM.getFgPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) {
    [all...]
InCallMenu.java 237 if (phoneType == Phone.PHONE_TYPE_CDMA) {
331 if (phoneType == Phone.PHONE_TYPE_CDMA) {
BluetoothHandsfree.java 776 if (mCM.getDefaultPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java 30 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
159 if (PHONE_TYPE_CDMA == activePhone) {
182 if (PHONE_TYPE_CDMA == activePhone) {
198 if (PHONE_TYPE_CDMA == activePhone) {
214 if (PHONE_TYPE_CDMA == activePhone) {
230 if (PHONE_TYPE_CDMA == activePhone) {
255 if (PHONE_TYPE_CDMA == activePhone) {
275 if (PHONE_TYPE_CDMA == activePhone) {
349 if (PHONE_TYPE_CDMA == activePhone) {
376 if (PHONE_TYPE_CDMA == activePhone)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsMessage.java 33 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
126 if (PHONE_TYPE_CDMA == activePhone) {
148 if (PHONE_TYPE_CDMA == activePhone) {
162 if (PHONE_TYPE_CDMA == activePhone) {
176 if (PHONE_TYPE_CDMA == activePhone) {
190 if (PHONE_TYPE_CDMA == activePhone) {
213 if (PHONE_TYPE_CDMA == activePhone) {
231 if (PHONE_TYPE_CDMA == activePhone) {
266 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone) ?
289 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone)
    [all...]
CellLocation.java 67 case Phone.PHONE_TYPE_CDMA:
95 case Phone.PHONE_TYPE_CDMA:
TelephonyManager.java 274 public static final int PHONE_TYPE_CDMA = Phone.PHONE_TYPE_CDMA;
281 * @see #PHONE_TYPE_CDMA
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 117 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
140 return Phone.PHONE_TYPE_CDMA;
149 return Phone.PHONE_TYPE_CDMA;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 90 isCdma = (phone.getActivePhoneType() == TelephonyManager.PHONE_TYPE_CDMA);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 174 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
257 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
305 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
355 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
406 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
TelephonyManagerTest.java 69 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
294 case TelephonyManager.PHONE_TYPE_CDMA:
SmsManagerTest.java 185 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessageTest.java 172 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
254 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
302 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
352 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
403 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
  /packages/apps/Settings/src/com/android/settings/
SoundSettings.java 104 if (TelephonyManager.PHONE_TYPE_CDMA != activePhoneType) {
131 if (TelephonyManager.PHONE_TYPE_CDMA == activePhoneType) {
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 192 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {

Completed in 644 milliseconds

1 2