Searched defs:phoneType (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java177 public static boolean supportsAdn(int phoneType) { argument
178 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
188 public static boolean canDistinguishDialingAndConnected(int phoneType) { argument
189 return phoneType == PhoneConstants.PHONE_TYPE_GSM;
H A DRIL.java3702 public void setPhoneType(int phoneType) { // Called by CDMAPhone and GSMPhone constructor argument
3703 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);
3704 mPhoneType = phoneType;
H A DCommandsInterface.java1418 void setPhoneType(int phoneType); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java361 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1395 setPhoneType(int phoneType) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java552 public void setPhoneType(int phoneType) { argument

Completed in 385 milliseconds