Searched refs:getPhoneType (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/InCallUI/src/com/android/incallui/service/
H A DPhoneNumberService.java59 public int getPhoneType(); method in interface:PhoneNumberService.PhoneNumberInfo
/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsCallOptions.java38 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
H A DCdmaCallOptions.java47 if (PhoneGlobals.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA
H A DGsmUmtsOptions.java59 if (PhoneFactory.getDefaultPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
H A DMMIDialogActivity.java92 int phoneType = mPhone.getPhoneType();
H A DPhoneUtils.java212 final boolean phoneIsCdma = (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
356 int phoneType = ringing.getPhone().getPhoneType();
626 int phoneType = phone.getPhoneType();
719 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
767 int phoneType = cm.getFgPhone().getPhoneType();
1316 int phoneType = call.getPhone().getPhoneType();
1419 int phoneType = c.getCall().getPhone().getPhoneType();
1709 int phoneType = call.getPhone().getPhoneType();
1989 int phoneType = cm.getDefaultPhone().getPhoneType();
2018 int phoneType = cm.getFgPhone().getPhoneType();
[all...]
H A DCallLogger.java162 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DCallNotifier.java445 if (fgPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
499 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
508 (c.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA)) {
687 int phoneType = mCM.getFgPhone().getPhoneType();
H A DEmergencyCallbackModeService.java78 if ((PhoneFactory.getDefaultPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA)
H A DPhoneGlobals.java342 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
765 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DCallController.java481 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DMobileNetworkSettings.java562 final int phoneType = mPhone.getPhoneType();
1046 if (mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
1146 if (mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DPhoneInterfaceManager.java258 int phoneType = getPhone(end_subId).getPhoneType();
1432 return getPhone(subId).getPhoneType();
1476 if (mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
1488 if (mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DCallFeaturesSetting.java722 boolean isCdma = mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA;
1261 int phoneType = mPhone.getPhoneType();
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java346 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_GSM) {
367 int phoneType = phone.getPhoneType();
463 if (phone.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
500 int phoneType = connection.getCall().getPhone().getPhoneType();
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
H A DCountryDetector.java190 return mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DImeiInformation.java72 if (phone.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
H A DSimStatus.java337 if (mPhone.getPhoneType() != TelephonyManager.PHONE_TYPE_CDMA) {
352 final String imei = mPhone.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA
/packages/apps/Dialer/src/com/android/dialer/
H A DSpecialCharSequenceMgr.java158 || telephonyManager.getPhoneType() != TelephonyManager.PHONE_TYPE_GSM) {
308 int labelResId = (telephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) ?
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java544 name = name + "/" + getPhoneType(type);
618 private static String getPhoneType(int type) { method in class:AtPhonebook
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java190 res, phone.getPhoneType(), phone.getPhoneLabel());
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java550 public int getPhoneType() { method in class:ValuesDelta
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java826 if (tm.getPhoneType() == TelephonyManager.PHONE_TYPE_NONE) {
856 if (tm.getPhoneType() == TelephonyManager.PHONE_TYPE_NONE) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DContactInfoCache.java222 final int type = info.getPhoneType();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java1213 fi.mPhoneType = tm.getPhoneType();
1634 if (tm.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) {
1636 } else if (tm.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {

Completed in 382 milliseconds

12