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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java474 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.java475 public void setPhoneType(int phoneType) { //Set by CDMAPhone and GSMPhone constructor method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1534 setPhoneType(int phoneType) { method in class:SimulatedCommands
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4524 public void setPhoneType(int type) { method in class:TelephonyManager
4526 setPhoneType(phoneId, type);
4537 public void setPhoneType(int phoneId, int type) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1539 void setPhoneType(int phoneType); method in interface:CommandsInterface
H A DRIL.java4347 public void setPhoneType(int phoneType) { // Called by CDMAPhone and GSMPhone constructor method in class:RIL
4348 if (RILJ_LOGD) riljLog("setPhoneType=" + phoneType + " old value=" + mPhoneType);

Completed in 122 milliseconds