Searched refs:mCommandsInterface (Results 1 – 1 of 1) sorted by relevance
61 private CommandsInterface mCommandsInterface; field in PhoneProxy90 mCommandsInterface = ((PhoneBase)mActivePhone).mCi; in PhoneProxy()92 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in PhoneProxy()93 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null); in PhoneProxy()94 mCommandsInterface.registerForVoiceRadioTechChanged( in PhoneProxy()99 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()115 mCommandsInterface.getVoiceRadioTechnology( in handleMessage()154 mCommandsInterface.getVoiceRadioTechnology(obtainMessage( in handleMessage()237 if (mCommandsInterface.getRadioState().isOn()) { in phoneObjectUpdater()240 mCommandsInterface.setRadioPower(false, null); in phoneObjectUpdater()[all …]