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.java214 protected Connection(int phoneType) { argument
215 mPhoneType = phoneType;
H A DCommandsInterface.java1547 void setPhoneType(int phoneType); argument
H A DRIL.java4704 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone argument
4705 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);
4706 mPhoneType = phoneType;
/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.java472 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.java473 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1637 setPhoneType(int phoneType) { argument
H A DSimulatedCommandsVerifier.java1107 public void setPhoneType(int phoneType) { argument

Completed in 93 milliseconds