Home
last modified time | relevance | path

Searched refs:mCommandsInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneProxy.java45 private CommandsInterface mCommandsInterface; field in PhoneProxy
65 mCommandsInterface = ((PhoneBase)mActivePhone).mCM; in PhoneProxy()
66 mCommandsInterface.registerForRadioTechnologyChanged( in PhoneProxy()
80 if (mCommandsInterface.getRadioState().isOn()) { in handleMessage()
83 mCommandsInterface.setRadioPower(false, null); in handleMessage()
122 mCommandsInterface.setRadioPower(oldPowerState, null); in handleMessage()
131 mCommandsInterface = ((PhoneBase)mActivePhone).mCM; in handleMessage()