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

1 2 3

  /packages/apps/Phone/src/com/android/phone/
TelephonyCapabilities.java 44 int phoneType = phone.getPhoneType();
84 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
111 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
123 return (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
135 return (phone.getPhoneType() == Phone.PHONE_TYPE_GSM);
149 if (phone.getPhoneType() == Phone.PHONE_TYPE_GSM) {
151 } else if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
173 return ((phone.getPhoneType() == Phone.PHONE_TYPE_GSM)
174 || (phone.getPhoneType() == Phone.PHONE_TYPE_SIP));
189 return ((phone.getPhoneType() == Phone.PHONE_TYPE_GSM
    [all...]
GsmUmtsCallOptions.java 38 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_GSM) {
CdmaCallOptions.java 31 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA
GsmUmtsOptions.java 56 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_GSM) {
SipBroadcastReceiver.java 82 if (phone.getPhoneType() == Phone.PHONE_TYPE_SIP) {
98 if (phone.getPhoneType() == Phone.PHONE_TYPE_SIP) {
CallNotifier.java 414 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
698 if (fgPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
    [all...]
CallCard.java 290 int phoneType = phone.getPhoneType();
424 int phoneType = call.getPhone().getPhoneType();
559 int phoneType = call.getPhone().getPhoneType();
622 int phoneType = phone.getPhoneType();
    [all...]
PhoneUtils.java 247 boolean phoneIsCdma = (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
351 int phoneType = ringing.getPhone().getPhoneType();
542 int phoneType = phone.getPhoneType();
657 boolean phoneIsCdma = (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
699 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
742 int phoneType = phone.getPhoneType();
775 int phoneType = cm.getFgPhone().getPhoneType();
    [all...]
EmergencyCallbackModeService.java 76 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA) {
SpecialCharSequenceMgr.java 202 int phoneType = PhoneApp.getInstance().phone.getPhoneType();
InCallScreen.java 387 int phoneType = mPhone.getPhoneType();
711 boolean phoneIsCdma = (mPhone.getPhoneType() == Phone.PHONE_TYPE_CDMA);
    [all...]
PhoneApp.java 426 int phoneType = phone.getPhoneType();
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...]
InCallTouchUi.java 187 if (PhoneApp.getPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) {
347 int phoneType = phone.getPhoneType();
471 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java 157 int activePhone = TelephonyManager.getDefault().getPhoneType();
180 int activePhone = TelephonyManager.getDefault().getPhoneType();
196 int activePhone = TelephonyManager.getDefault().getPhoneType();
212 int activePhone = TelephonyManager.getDefault().getPhoneType();
228 int activePhone = TelephonyManager.getDefault().getPhoneType();
253 int activePhone = TelephonyManager.getDefault().getPhoneType();
273 int activePhone = TelephonyManager.getDefault().getPhoneType();
347 int activePhone = TelephonyManager.getDefault().getPhoneType();
374 int activePhone = TelephonyManager.getDefault().getPhoneType();
405 int activePhone = TelephonyManager.getDefault().getPhoneType();
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 64 // TelephonyManager.getDefault().getPhoneType() handles the case when
66 switch(TelephonyManager.getDefault().getPhoneType()) {
92 // TelephonyManager.getDefault().getPhoneType() handles the case when
94 switch(TelephonyManager.getDefault().getPhoneType()) {
SmsMessage.java 124 int activePhone = TelephonyManager.getDefault().getPhoneType();
146 int activePhone = TelephonyManager.getDefault().getPhoneType();
160 int activePhone = TelephonyManager.getDefault().getPhoneType();
174 int activePhone = TelephonyManager.getDefault().getPhoneType();
188 int activePhone = TelephonyManager.getDefault().getPhoneType();
211 int activePhone = TelephonyManager.getDefault().getPhoneType();
229 int activePhone = TelephonyManager.getDefault().getPhoneType();
265 int activePhone = TelephonyManager.getDefault().getPhoneType();
288 int activePhone = TelephonyManager.getDefault().getPhoneType();
387 int activePhone = TelephonyManager.getDefault().getPhoneType();
    [all...]
TelephonyManager.java 283 public int getPhoneType() {
318 return PhoneFactory.getPhoneType(mode);
330 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
341 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
363 * unreliable on CDMA networks (use {@link #getPhoneType()} to determine if
  /packages/apps/Settings/src/com/android/settings/
Settings.java 39 int activePhoneType = TelephonyManager.getDefault().getPhoneType();
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 112 int phoneType = getPhoneType(networkMode);
135 public static int getPhoneType(int networkMode) {
CallManager.java 426 if (phone.getPhoneType() == Phone.PHONE_TYPE_GSM ||
427 phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
432 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA ){
459 if (phone.getPhoneType() == Phone.PHONE_TYPE_GSM ||
460 phone.getPhoneType() == Phone.PHONE_TYPE_CDMA) {
465 if (phone.getPhoneType() == Phone.PHONE_TYPE_CDMA ){
    [all...]
  /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) {
144 method = "getPhoneType",
250 assertTrue(mTelephonyManager.getPhoneType() >= TelephonyManager.PHONE_TYPE_NONE);
288 int phoneType = mTelephonyManager.getPhoneType();
  /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) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 370 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
373 } else if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) {

Completed in 486 milliseconds

1 2 3