OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcommandsinterface
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java
49
private CommandsInterface
mCommandsInterface
;
77
mCommandsInterface
= ((PhoneBase)mActivePhone).mCi;
79
mCommandsInterface
.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
80
mCommandsInterface
.registerForOn(this, EVENT_RADIO_ON, null);
81
mCommandsInterface
.registerForVoiceRadioTechChanged(
83
mIccCardProxy = new IccCardProxy(phone.getContext(),
mCommandsInterface
);
98
mCommandsInterface
.getVoiceRadioTechnology(
202
if (
mCommandsInterface
.getRadioState().isOn()) {
205
mCommandsInterface
.setRadioPower(false, null);
213
mCommandsInterface
.setRadioPower(oldPowerState, null)
[
all
...]
Completed in 101 milliseconds