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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java47 private CommandsInterface mCommandsInterface; field in class:PhoneProxy
67 mCommandsInterface = ((PhoneBase)mActivePhone).mCM;
68 mCommandsInterface.registerForRadioTechnologyChanged(
82 if (mCommandsInterface.getRadioState().isOn()) {
85 mCommandsInterface.setRadioPower(false, null);
124 mCommandsInterface.setRadioPower(oldPowerState, null);
133 mCommandsInterface = ((PhoneBase)mActivePhone).mCM;

Completed in 151 milliseconds