Searched refs:setPhoneType (Results 1 – 11 of 11) sorted by relevance
493 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor in setPhoneType() method in ImsPhoneCommandInterface
494 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone in setPhoneType() method in SipCommandInterface
370 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM); in initRatSpecific()371 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM); in initRatSpecific()385 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA); in initRatSpecific()386 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA); in initRatSpecific()
1647 void setPhoneType(int phoneType); in setPhoneType() method
5697 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone in setPhoneType() method in RIL
1131 public void setPhoneType(int phoneType) { in setPhoneType() method in SimulatedCommandsVerifier
1730 setPhoneType(int phoneType) { in setPhoneType() method in SimulatedCommands
567 public void setPhoneType(int phoneType) {
8899 public void setPhoneType(int type) { in setPhoneType() method in TelephonyManager8901 setPhoneType(phoneId, type); in setPhoneType()8913 public void setPhoneType(int phoneId, int type) { in setPhoneType() method in TelephonyManager
14425 HSPLandroid/telephony/TelephonyManager;->setPhoneType(II)V22629 HSPLcom/android/internal/telephony/RIL;->setPhoneType(I)V
74630 Landroid/telephony/TelephonyManager;->setPhoneType(I)V