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

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 93 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM);
105 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
127 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
141 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
161 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
170 * ({@link PhoneConstants#PHONE_TYPE_GSM}).
182 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
193 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
PhoneFactory.java 163 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
166 PhoneConstants.PHONE_TYPE_GSM,
GsmCdmaPhone.java 201 super(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA",
278 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
279 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
353 return mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM;
370 setPhoneName(precisePhoneType == PhoneConstants.PHONE_TYPE_GSM ? "GSM" : "CDMA");
449 if (mPrecisePhoneType == PhoneConstants.PHONE_TYPE_GSM) {
450 return PhoneConstants.PHONE_TYPE_GSM;
    [all...]
IccSmsInterfaceManager.java 212 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) {
262 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) {
605 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 66 case PhoneConstants.PHONE_TYPE_GSM:
100 case PhoneConstants.PHONE_TYPE_GSM:
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 87 shadowTelephonyManager.setPhoneType( TelephonyManager.PHONE_TYPE_GSM );
88 assertEquals(TelephonyManager.PHONE_TYPE_GSM, telephonyManager.getPhoneType());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 18 private int phoneType = TelephonyManager.PHONE_TYPE_GSM;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ImsSMSDispatcherTest.java 103 switchImsSmsFormat(PhoneConstants.PHONE_TYPE_GSM);
115 switchImsSmsFormat(PhoneConstants.PHONE_TYPE_GSM);
125 switchImsSmsFormat(PhoneConstants.PHONE_TYPE_GSM);
159 switchImsSmsFormat(PhoneConstants.PHONE_TYPE_GSM);
GsmCdmaPhoneTest.java 88 PhoneConstants.PHONE_TYPE_GSM, mTelephonyComponentFactory);
99 assertEquals(PhoneConstants.PHONE_TYPE_GSM, mPhoneUT.getPhoneType());
207 assertEquals(PhoneConstants.PHONE_TYPE_GSM, mPhoneUT.getPhoneType());
341 assertEquals(PhoneConstants.PHONE_TYPE_GSM, mPhoneUT.getPhoneType());
GsmSmsTest.java 240 TelephonyManager.PHONE_TYPE_GSM);
279 TelephonyManager.PHONE_TYPE_GSM);
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallOptions.java 47 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
MMIDialogActivity.java 109 } else if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
GsmUmtsOptions.java 64 if (PhoneFactory.getDefaultPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 57 public static final int PHONE_TYPE_GSM = RILConstants.GSM_PHONE;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
TelephonyManagerCompat.java 55 phoneType == TelephonyManager.PHONE_TYPE_GSM;
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmsTest.py 26 from acts.test_utils.tel.tel_defines import PHONE_TYPE_GSM
439 if (ads[0].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM):
464 if (ads[0].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM):
489 if (ads[0].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM):
527 if (ads[0].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM):
    [all...]
TelLiveVoiceTest.py 34 from acts.test_utils.tel.tel_defines import PHONE_TYPE_GSM
509 if ads[1].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM:
594 if ads[1].droid.telephonyGetPhoneType() != PHONE_TYPE_GSM:
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 197 return mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM;
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 182 case TelephonyManager.PHONE_TYPE_GSM:
221 case TelephonyManager.PHONE_TYPE_GSM:
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 63 case TelephonyManager.PHONE_TYPE_GSM:
64 return TelephonyConstants.PHONE_TYPE_GSM;
TelephonyConstants.java 173 public static final String PHONE_TYPE_GSM = "GSM";
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 201 || telephonyManager.getPhoneType() != TelephonyManager.PHONE_TYPE_GSM) {
330 int labelResId = (telephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) ?
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 393 PHONE_TYPE_GSM = "GSM"
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 215 return phoneType == TelephonyManager.PHONE_TYPE_GSM;
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 373 } else if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) {

Completed in 1118 milliseconds

1 2 3