Lines Matching refs:mCi

225         mSST = mTelephonyComponentFactory.makeServiceStateTracker(this, this.mCi);
257 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null);
258 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
259 mCi.registerForOn(this, EVENT_RADIO_ON, null);
260 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null);
263 mCi.setOnUSSD(this, EVENT_USSD, null);
264 mCi.setOnSs(this, EVENT_SS, null);
268 mCi, this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null);
271 mCi.setEmergencyCallbackMode(this, EVENT_EMERGENCY_CALLBACK_MODE_ENTER, null);
272 mCi.registerForExitEmergencyCallbackMode(this, EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE,
274 mCi.registerForModemReset(this, EVENT_MODEM_RESET, null);
282 mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
283 mCi.registerForVoiceRadioTechChanged(this, EVENT_VOICE_RADIO_TECH_CHANGED, null);
302 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
313 mCi.exitEmergencyCallbackMode(
317 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
398 CommandsInterface.RadioState radioState = mCi.getRadioState();
684 if (mSsnRegistrants.size() == 1) mCi.setSuppServiceNotifications(true, null);
690 if (mSsnRegistrants.size() == 0) mCi.setSuppServiceNotifications(false, null);
780 mCi.setPreferredVoicePrivacy(enable, onComplete);
789 mCi.getPreferredVoicePrivacy(onComplete);
1313 mCi.sendDtmf(c, null);
1323 mCi.startDtmf(c, null);
1329 mCi.stopDtmf(null);
1347 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
1748 mCi.queryCallForwardStatus(commandInterfaceCFReason,
1783 mCi.setCallForward(commandInterfaceCFAction,
1806 mCi.queryFacilityLock(facility, password, serviceClass, onComplete);
1823 mCi.setFacilityLock(facility, lockState, password, serviceClass, onComplete);
1840 mCi.changeBarringPassword(facility, oldPwd, newPwd, onComplete);
1856 mCi.getCLIR(onComplete);
1875 mCi.setCLIR(commandInterfaceCLIRMode,
1895 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete);
1897 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
1912 mCi.setCallWaiting(enable, CommandsInterface.SERVICE_CLASS_VOICE, onComplete);
1921 mCi.getAvailableNetworks(response);
1929 mCi.startNetworkScan(nsr, response);
1934 mCi.stopNetworkScan(response);
1940 mCi.getNeighboringCids(response, workSource);
2012 mCi.registerForCdmaOtaProvision(h, what, obj);
2017 mCi.unregisterForCdmaOtaProvision(h);
2178 mCi.setCLIR(clirSetting, null);
2183 mCi.getBasebandVersion(obtainMessage(EVENT_GET_BASEBAND_VERSION_DONE));
2185 mCi.getDeviceIdentity(obtainMessage(EVENT_GET_DEVICE_IDENTITY_DONE));
2186 mCi.getRadioCapability(obtainMessage(EVENT_GET_RADIO_CAPABILITY));
2192 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE));
2316 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE));
2947 mCi.exitEmergencyCallbackMode(obtainMessage(EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE));
3340 if (mCi.getRadioState().isOn()) {
3343 mCi.setRadioPower(false, null);
3351 mCi.setRadioPower(oldPowerState, null);
3393 mCi.setSignalStrengthReportingCriteria(REPORTING_HYSTERESIS_MILLIS, REPORTING_HYSTERESIS_DB,
3399 mCi.setLinkCapacityReportingCriteria(REPORTING_HYSTERESIS_MILLIS, REPORTING_HYSTERESIS_KBPS,