Searched defs:setPhoneType (Results 1 - 7 of 7) sorted by relevance

/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 method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java478 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5110 public void setPhoneType(int type) { method in class:TelephonyManager
5112 setPhoneType(phoneId, type);
5123 public void setPhoneType(int phoneId, int type) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1542 void setPhoneType(int phoneType); method in interface:CommandsInterface
H A DRIL.java4661 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone method in class:RIL
4662 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1640 setPhoneType(int phoneType) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1112 public void setPhoneType(int phoneType) { method in class:SimulatedCommandsVerifier

Completed in 864 milliseconds