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.java63 private CommandsInterface mCommandsInterface; field in PhoneProxy
92 mCommandsInterface = ((PhoneBase)mActivePhone).mCi; in PhoneProxy()
94 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null); in PhoneProxy()
95 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null); in PhoneProxy()
96 mCommandsInterface.registerForVoiceRadioTechChanged( in PhoneProxy()
101 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()
117 mCommandsInterface.getVoiceRadioTechnology( in handleMessage()
156 mCommandsInterface.getVoiceRadioTechnology(obtainMessage( in handleMessage()
246 if (mCommandsInterface.getRadioState().isOn()) { in phoneObjectUpdater()
249 mCommandsInterface.setRadioPower(false, null); in phoneObjectUpdater()
[all …]