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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 90 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM);
102 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
124 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
138 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
157 return ((phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)
166 * ({@link PhoneConstants#PHONE_TYPE_GSM}).
178 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
189 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
PhoneFactory.java 144 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
PhoneProxy.java 82 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
163 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM)) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
GsmUmtsCallOptions.java 38 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
GsmUmtsOptions.java 57 if (PhoneFactory.getDefaultPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
BluetoothPhoneService.java 355 } else if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
759 } else if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
    [all...]
CallCard.java 379 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
533 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
671 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
    [all...]
PhoneUtils.java 644 if (phoneType == PhoneConstants.PHONE_TYPE_GSM && gatewayUri == null) {
    [all...]
InCallTouchUi.java 489 } else if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
510 if ((phoneType == PhoneConstants.PHONE_TYPE_GSM)
    [all...]
InCallScreen.java     [all...]
DTMFTwelveKeyDialer.java     [all...]
MobileNetworkSettings.java 250 } else if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 69 case PhoneConstants.PHONE_TYPE_GSM:
97 case PhoneConstants.PHONE_TYPE_GSM:
TelephonyManager.java 323 public static final int PHONE_TYPE_GSM = PhoneConstants.PHONE_TYPE_GSM;
334 * @see #PHONE_TYPE_GSM
365 * @see #PHONE_TYPE_GSM
415 return PhoneConstants.PHONE_TYPE_GSM;
427 return PhoneConstants.PHONE_TYPE_GSM;
430 return PhoneConstants.PHONE_TYPE_GSM;
    [all...]
  /external/robolectric/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/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 18 private int phoneType = TelephonyManager.PHONE_TYPE_GSM;
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 57 public static final int PHONE_TYPE_GSM = RILConstants.GSM_PHONE;
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 167 case TelephonyManager.PHONE_TYPE_GSM:
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 240 TelephonyManager.PHONE_TYPE_GSM);
279 TelephonyManager.PHONE_TYPE_GSM);
SmsMessageBodyTest.java 562 if (TelephonyManager.PHONE_TYPE_GSM == activePhone) {
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 311 case TelephonyManager.PHONE_TYPE_GSM:
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 216 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) {
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 247 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 141 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
197 new Integer(PhoneConstants.PHONE_TYPE_GSM).toString());
262 return PhoneConstants.PHONE_TYPE_GSM;
    [all...]

Completed in 4274 milliseconds

1 2