Searched defs:mCommandsInterface (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java63 private CommandsInterface mCommandsInterface; field in class:PhoneProxy
92 mCommandsInterface = ((PhoneBase)mActivePhone).mCi;
94 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
95 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null);
96 mCommandsInterface.registerForVoiceRadioTechChanged(
101 mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPhoneId());
117 mCommandsInterface.getVoiceRadioTechnology(
156 mCommandsInterface.getVoiceRadioTechnology(obtainMessage(
246 if (mCommandsInterface.getRadioState().isOn()) {
249 mCommandsInterface
[all...]

Completed in 51 milliseconds