Searched refs:phoneType (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java181 public static boolean supportsAdn(int phoneType) { argument
182 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
192 public static boolean canDistinguishDialingAndConnected(int phoneType) { argument
193 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
H A DPhoneFactory.java162 int phoneType = TelephonyManager.getPhoneType(networkModes[i]);
163 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
168 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
174 Rlog.i(LOG_TAG, "Creating Phone with type = " + phoneType + " sub = " + i);
H A DSmsNumberUtils.java564 int phoneType = phone.getPhoneType();
566 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
568 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
575 if (DBG) Rlog.w(TAG, "warning! unknown mPhoneType value=" + phoneType);
H A DConnection.java213 protected Connection(int phoneType) { argument
214 mPhoneType = phoneType;
H A DCommandsInterface.java1542 void setPhoneType(int phoneType); argument
H A DRIL.java4661 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone argument
4662 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);
4663 mPhoneType = phoneType;
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java213 final int phoneType = mTelephonyManager.getPhoneType();
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
215 return phoneType == TelephonyManager.PHONE_TYPE_GSM;
H A DGnssLocationProvider.java2067 final int phoneType = phone.getPhoneType();
2068 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
2090 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DImsSMSDispatcherTest.java191 private void switchImsSmsFormat(int phoneType) { argument
192 mSimulatedCommands.setImsRegistrationState(new int[]{1, phoneType});
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java478 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java477 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken571 public void setPhoneType(int phoneType) {
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1721 String phoneType = VCardUtils.getPhoneTypeString(type);
1722 if (phoneType != null) {
1723 appendTypeParameter(phoneType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1112 public void setPhoneType(int phoneType) { argument
H A DSimulatedCommands.java1640 setPhoneType(int phoneType) { argument

Completed in 226 milliseconds