Searched refs:PHONE_TYPE_CDMA (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java64 case PhoneConstants.PHONE_TYPE_CDMA:
92 case PhoneConstants.PHONE_TYPE_CDMA:
H A DTelephonyManager.java934 public static final int PHONE_TYPE_CDMA = PhoneConstants.PHONE_TYPE_CDMA; field in class:TelephonyManager
944 * @see #PHONE_TYPE_CDMA
959 * @see #PHONE_TYPE_CDMA
999 * @see #PHONE_TYPE_CDMA
1053 return PhoneConstants.PHONE_TYPE_CDMA;
1067 return PhoneConstants.PHONE_TYPE_CDMA;
1071 return PhoneConstants.PHONE_TYPE_CDMA;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java50 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ||
72 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
107 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
H A DImsSMSDispatcher.java131 case PhoneConstants.PHONE_TYPE_CDMA:
260 (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType()) ?
387 return (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType());
H A DSms7BitEncodingTranslator.java166 == PhoneConstants.PHONE_TYPE_CDMA;
H A DPhoneProxy.java106 } else if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
204 if (mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
219 mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) ||
H A DCallManager.java632 phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ||
638 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ){
684 phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ||
690 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA ){
H A DPhoneFactory.java161 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
H A DInboundSmsHandler.java19 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
1044 return (PHONE_TYPE_CDMA == activePhone);
H A DSmsNumberUtils.java570 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java28 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/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java58 public static final int PHONE_TYPE_CDMA = RILConstants.CDMA_PHONE; field in class:PhoneConstants
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java35 import static android.telephony.TelephonyManager.PHONE_TYPE_CDMA;
170 String format = (PHONE_TYPE_CDMA == activePhone) ?
176 format = (PHONE_TYPE_CDMA == activePhone) ?
767 return (PHONE_TYPE_CDMA == activePhone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java308 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
348 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
H A DCDMAPhone.java157 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
181 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
313 return PhoneConstants.PHONE_TYPE_CDMA;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java370 if (mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsMessageBodyTest.java584 if (TelephonyManager.PHONE_TYPE_CDMA == activePhone) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java555 if (mDefaultPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1936 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsTest.java915 TelephonyManager.PHONE_TYPE_CDMA);

Completed in 1203 milliseconds