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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java493 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.java494 public void setPhoneType(int phoneType) { //Set by GsmCdmaPhone method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1730 setPhoneType(int phoneType) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1131 public void setPhoneType(int phoneType) { method in class:SimulatedCommandsVerifier
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java6964 public void setPhoneType(int type) { method in class:TelephonyManager
6966 setPhoneType(phoneId, type);
6977 public void setPhoneType(int phoneId, int type) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1584 void setPhoneType(int phoneType); method in interface:CommandsInterface
H A DRIL.java5079 public void setPhoneType(int phoneType) { // Called by GsmCdmaPhone method in class:RIL
5080 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);

Completed in 84 milliseconds