Home
last modified time | relevance | path

Searched refs:phoneType (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCapabilities.java181 public static boolean supportsAdn(int phoneType) { in supportsAdn() argument
182 return phoneType == PhoneConstants.PHONE_TYPE_GSM; in supportsAdn()
192 public static boolean canDistinguishDialingAndConnected(int phoneType) { in canDistinguishDialingAndConnected() argument
193 return phoneType == PhoneConstants.PHONE_TYPE_GSM; in canDistinguishDialingAndConnected()
DPhoneFactory.java162 int phoneType = TelephonyManager.getPhoneType(networkModes[i]); in makeDefaultPhone() local
163 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) { in makeDefaultPhone()
168 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) { in makeDefaultPhone()
174 Rlog.i(LOG_TAG, "Creating Phone with type = " + phoneType + " sub = " + i); in makeDefaultPhone()
DSmsNumberUtils.java564 int phoneType = phone.getPhoneType(); in getNetworkType() local
566 if (phoneType == PhoneConstants.PHONE_TYPE_GSM) { in getNetworkType()
568 } else if (phoneType == PhoneConstants.PHONE_TYPE_CDMA) { in getNetworkType()
575 if (DBG) Rlog.w(TAG, "warning! unknown mPhoneType value=" + phoneType); in getNetworkType()
DConnection.java188 protected Connection(int phoneType) { in Connection() argument
189 mPhoneType = phoneType; in Connection()
DCommandsInterface.java1539 void setPhoneType(int phoneType); in setPhoneType() argument
DRIL.java4579 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone in setPhoneType() argument
4580 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType); in setPhoneType()
4581 mPhoneType = phoneType; in setPhoneType()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java213 final int phoneType = mTelephonyManager.getPhoneType(); in isNetworkCountryCodeAvailable() local
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType); in isNetworkCountryCodeAvailable()
215 return phoneType == TelephonyManager.PHONE_TYPE_GSM; in isNetworkCountryCodeAvailable()
DGnssLocationProvider.java2014 final int phoneType = phone.getPhoneType();
2015 if (phoneType == TelephonyManager.PHONE_TYPE_GSM) {
2037 } else if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSMSDispatcherTest.java148 private void switchImsSmsFormat(int phoneType) { in switchImsSmsFormat() argument
149 mSimulatedCommands.setImsRegistrationState(new int[]{1, phoneType}); in switchImsSmsFormat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java474 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor in setPhoneType() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java475 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone in setPhoneType() argument
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1721 String phoneType = VCardUtils.getPhoneTypeString(type); in appendUncommonPhoneType() local
1722 if (phoneType != null) { in appendUncommonPhoneType()
1723 appendTypeParameter(phoneType); in appendUncommonPhoneType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1109 public void setPhoneType(int phoneType) { in setPhoneType() argument
DSimulatedCommands.java1640 setPhoneType(int phoneType) { in setPhoneType() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken571 public void setPhoneType(int phoneType) {
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd1056 int phoneType = mContactPhoneTypes.get(
1147 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontacts-provider.jd1051 int phoneType = mContactPhoneTypes.get(
1142 .withValue(ContactsContract.CommonDataKinds.Phone.TYPE, phoneType);