Lines Matching refs:mCi

156         mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
166 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null);
167 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
168 mCi.registerForOn(this, EVENT_RADIO_ON, null);
169 mCi.setOnUSSD(this, EVENT_USSD, null);
170 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null);
190 mCi.resetRadio(null);
219 mCi.unregisterForAvailable(this); //EVENT_RADIO_AVAILABLE
221 mCi.unregisterForOffOrNotAvailable(this); //EVENT_RADIO_OFF_OR_NOT_AVAILABLE
222 mCi.unregisterForOn(this); //EVENT_RADIO_ON
224 mCi.unSetOnUSSD(this);
225 mCi.unSetOnSuppServiceNotification(this);
438 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null);
444 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null);
782 mCi.sendDtmf(c, null);
794 mCi.startDtmf(c, null);
801 mCi.stopDtmf(null);
981 mCi.queryCallForwardStatus(commandInterfaceCFReason,0,null,resp);
1002 mCi.setCallForward(commandInterfaceCFAction,
1013 mCi.getCLIR(onComplete);
1019 mCi.setCLIR(commandInterfaceCLIRMode,
1027 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete);
1032 mCi.setCallWaiting(enable, CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
1038 mCi.getAvailableNetworks(response);
1069 mCi.setNetworkSelectionModeAutomatic(msg);
1086 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg);
1092 mCi.getNeighboringCids(response);
1112 mCi.getDataCallList(response);
1221 mCi.setCLIR(clirSetting, null);
1237 mCi.getBasebandVersion(
1240 mCi.getIMEI(obtainMessage(EVENT_GET_IMEI_DONE));
1241 mCi.getIMEISV(obtainMessage(EVENT_GET_IMEISV_DONE));