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.java180 int phoneType = TelephonyManager.getPhoneType(networkModes[i]);
181 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
186 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
192 Rlog.i(LOG_TAG, "Creating Phone with type = " + phoneType + " sub = " + i);
H A DSmsNumberUtils.java569 int phoneType = phone.getPhoneType();
571 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
573 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) {
580 if (DBG) Rlog.w(TAG, "warning! unknown mPhoneType value=" + phoneType);
H A DConnection.java220 protected Connection(int phoneType) { argument
221 mPhoneType = phoneType;
H A DCommandsInterface.java1578 void setPhoneType(int phoneType); argument
H A DRIL.java4882 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone argument
4883 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);
4884 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.java2157 final int phoneType = phone.getPhoneType();
2158 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
2180 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DImsSMSDispatcherTest.java193 private void switchImsSmsFormat(int phoneType) { argument
194 mSimulatedCommands.setImsRegistrationState(new int[]{1, phoneType});
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java482 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java483 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone 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.java1119 public void setPhoneType(int phoneType) { argument
H A DSimulatedCommands.java1667 setPhoneType(int phoneType) { argument

Completed in 1030 milliseconds