Searched defs:phoneType (Results 1 - 9 of 9) 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 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/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/imsphone/
H A DImsPhoneCommandInterface.java477 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.java478 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1640 setPhoneType(int phoneType) { argument
H A DSimulatedCommandsVerifier.java1112 public void setPhoneType(int phoneType) { argument

Completed in 1027 milliseconds