Searched defs:mCi (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceCategoryProgramHandler.java50 final CommandsInterface mCi; field in class:CdmaServiceCategoryProgramHandler
58 mCi = commandsInterface;
177 mCi.sendCdmaSms(baos.toByteArray(), null);
H A DCdmaSubscriptionSourceManager.java54 private CommandsInterface mCi; field in class:CdmaSubscriptionSourceManager
62 mCi = ci;
63 mCi.registerForCdmaSubscriptionChanged(this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null);
64 mCi.registerForOn(this, EVENT_RADIO_ON, null);
68 mCi.registerForSubscriptionStatusChanged(this, EVENT_SUBSCRIPTION_STATUS_CHANGED, null);
96 mCi.unregisterForCdmaSubscriptionChanged(this);
97 mCi.unregisterForOn(this);
98 mCi.unregisterForSubscriptionStatusChanged(this);
121 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE));
134 mCi
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java61 final CommandsInterface mCi; // accessed from inner class field in class:SmsStorageMonitor
77 mCi = phone.mCi;
81 mCi.setOnIccSmsFull(this, EVENT_ICC_FULL, null);
82 mCi.registerForOn(this, EVENT_RADIO_ON, null);
93 mCi.unSetOnIccSmsFull(this);
94 mCi.unregisterForOn(this);
126 mCi.reportSmsMemoryStatus(mStorageAvailable,
161 mCi.reportSmsMemoryStatus(false, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
164 mCi
[all...]
H A DCallTracker.java46 public CommandsInterface mCi; field in class:CallTracker
75 mCi.getCurrentCalls(mLastRelevantPoll);
189 // mCi will be null for ImsPhoneCallTracker.
190 if (mCi != null) {
191 mCi.testingEmergencyCall();
H A DProxyController.java70 private CommandsInterface[] mCi; field in class:ProxyController
128 mCi = ci;
H A DSMSDispatcher.java137 protected final CommandsInterface mCi; field in class:SMSDispatcher
185 mCi = phone.mCi;
H A DServiceStateTracker.java106 private CommandsInterface mCi; field in class:ServiceStateTracker
502 mCi = ci;
510 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null);
511 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null);
518 mCi.registerForImsNetworkStateChanged(this, EVENT_IMS_STATE_CHANGED, null);
524 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null);
525 mCi.registerForVoiceNetworkStateChanged(this, EVENT_NETWORK_STATE_CHANGED, null);
526 mCi.setOnNITZTime(this, EVENT_NITZ_TIME, null);
596 mCi.unregisterForCdmaPrlChanged(this);
598 mCi
[all...]
H A DPhone.java229 public CommandsInterface mCi; field in class:Phone
437 mCi = ci;
450 mCi.setOnCallRing(this, EVENT_CALL_RING, null);
507 mCi.registerForSrvccStateChanged(this, EVENT_SRVCC_STATE_CHANGED, null);
509 mCi.setOnUnsolOemHookRaw(this, EVENT_UNSOL_OEM_HOOK_RAW, null);
510 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE,
905 mCi.registerForInCallVoicePrivacyOn(h, what, obj);
914 mCi.unregisterForInCallVoicePrivacyOn(h);
925 mCi.registerForInCallVoicePrivacyOff(h, what, obj);
934 mCi
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java38 private final int mCi; field in class:CellIdentityLte
52 mCi = Integer.MAX_VALUE;
86 mCi = ci;
95 mCi = cid.mCi;
123 return mCi;
149 return Objects.hash(mMcc, mMnc, mCi, mPci, mTac);
165 mCi == o.mCi &&
176 sb.append(" mCi
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java59 private final CommandsInterface mCi; field in class:UsimDataDownloadHandler
62 mCi = commandsInterface;
89 mCi.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc,
169 mCi.sendEnvelopeWithStatus(encodedEnvelope, obtainMessage(
222 mCi.acknowledgeLastIncomingGsmSms(true, 0, null);
256 mCi.acknowledgeIncomingGsmSmsWithPdu(success,
261 mCi.acknowledgeLastIncomingGsmSms(false, cause, null);
307 mCi.acknowledgeLastIncomingGsmSms(true, 0, null);
310 mCi.acknowledgeLastIncomingGsmSms(false,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java98 protected final CommandsInterface mCi; field in class:IccFileHandler
152 mCi = ci;
177 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath,
209 mCi.iccIOForApp(COMMAND_GET_RESPONSE, IccConstants.EF_IMG,
230 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath,
262 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath,
293 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
311 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid),
340 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(EF_IMG),
357 mCi
[all...]
H A DIccCardProxy.java98 private CommandsInterface mCi; field in class:IccCardProxy
122 mCi = ci;
143 mCi.unregisterForOn(this);
144 mCi.unregisterForOffOrNotAvailable(this);
216 if (CommandsInterface.RadioState.RADIO_UNAVAILABLE == mCi.getRadioState()) {
915 pw.println(" mCi=" + mCi);
H A DIccRecords.java50 protected CommandsInterface mCi; field in class:IccRecords
129 + " mCi=" + mCi
175 mCi = ci;
189 mCi = null;
658 CommandsInterface ci = mCi;
691 pw.println(" mCi=" + mCi);
H A DUiccCard.java84 private CommandsInterface mCi; field in class:UiccCard
144 mCi = ci;
153 ics.mApplications[i], mContext, mCi);
161 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
178 RadioState radioState = mCi.getRadioState();
202 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
204 ((CatService)mCatService).update(mCi, mContext, this);
585 mCi.iccOpenLogicalChannel(AID,
594 mCi.iccCloseLogicalChannel(channel,
603 mCi
[all...]
H A DUiccCardApplication.java79 private CommandsInterface mCi; field in class:UiccCardApplication
107 mCi = ci;
110 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
115 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null);
127 mCi = ci;
175 mCi.unregisterForNotAvailable(mHandler);
195 return new SIMFileHandler(this, mAid, mCi);
197 return new RuimFileHandler(this, mAid, mCi);
199 return new UsimFileHandler(this, mAid, mCi);
201 return new CsimFileHandler(this, mAid, mCi);
[all...]

Completed in 263 milliseconds