Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneProxy.java61 private CommandsInterface mCommandsInterface; field in PhoneProxy
90 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 …]