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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 48 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
69 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
78 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
104 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
PhoneFactory.java 148 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
CallManager.java 458 phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
463 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ){
491 phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
496 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ){
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 67 case PhoneConstants.PHONE_TYPE_CDMA:
95 case PhoneConstants.PHONE_TYPE_CDMA:
TelephonyManager.java 325 public static final int PHONE_TYPE_CDMA = PhoneConstants.PHONE_TYPE_CDMA;
335 * @see #PHONE_TYPE_CDMA
366 * @see #PHONE_TYPE_CDMA
407 return PhoneConstants.PHONE_TYPE_CDMA;
421 return PhoneConstants.PHONE_TYPE_CDMA;
425 return PhoneConstants.PHONE_TYPE_CDMA;
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 28 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
155 if (PHONE_TYPE_CDMA == activePhone) {
173 if (PHONE_TYPE_CDMA == activePhone) {
247 if (PHONE_TYPE_CDMA == activePhone) {
274 if (PHONE_TYPE_CDMA == activePhone) {
305 if (PHONE_TYPE_CDMA == activePhone) {
619 if (PHONE_TYPE_CDMA == activePhone) {
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 32 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
138 String format = (PHONE_TYPE_CDMA == activePhone) ?
208 if (PHONE_TYPE_CDMA == activePhone) {
229 if (PHONE_TYPE_CDMA == activePhone) {
263 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone) ?
286 TextEncodingDetails ted = (PHONE_TYPE_CDMA == activePhone) ?
328 if (activePhone == PHONE_TYPE_CDMA && ted.msgCount == 1) {
403 if (PHONE_TYPE_CDMA == activePhone) {
433 if (PHONE_TYPE_CDMA == activePhone) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 85 shadowTelephonyManager.setPhoneType( TelephonyManager.PHONE_TYPE_CDMA );
86 assertEquals(TelephonyManager.PHONE_TYPE_CDMA, telephonyManager.getPhoneType());
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 58 public static final int PHONE_TYPE_CDMA = RILConstants.CDMA_PHONE;
  /packages/apps/Phone/src/com/android/phone/
CdmaCallOptions.java 47 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA
EmergencyCallbackModeService.java 77 if (PhoneFactory.getDefaultPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA) {
CallCard.java 369 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
531 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
566 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
669 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
    [all...]
CallNotifier.java     [all...]
BluetoothPhoneService.java 265 if (mCM.getDefaultPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
323 if (mCM.getDefaultPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA &&
353 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
746 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
767 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
    [all...]
PhoneUtils.java 229 final boolean phoneIsCdma = (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
378 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
651 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
656 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
754 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
    [all...]
CallLogger.java 181 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
InCallTouchUi.java 197 // if (PhoneApp.getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
484 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
519 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
591 if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
615 (phoneType == PhoneConstants.PHONE_TYPE_CDMA) && inCallControlState.canMerge;
    [all...]
InCallScreen.java 497 mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 63 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
171 case TelephonyManager.PHONE_TYPE_CDMA:
SmsManagerTest.java 258 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
SmsMessageTest.java 240 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
  /packages/apps/Settings/src/com/android/settings/
SoundSettings.java 139 if (TelephonyManager.PHONE_TYPE_CDMA != activePhoneType) {
184 if (TelephonyManager.PHONE_TYPE_CDMA == activePhoneType) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 197 isCdma = (phone.getActivePhoneType() == TelephonyManager.PHONE_TYPE_CDMA);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 316 case TelephonyManager.PHONE_TYPE_CDMA:
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 370 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {

Completed in 1539 milliseconds

1 2