Searched defs:mCi (Results 1 - 16 of 16) 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
64 mCi = ci;
65 mCi.registerForCdmaSubscriptionChanged(this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null);
66 mCi.registerForOn(this, EVENT_RADIO_ON, null);
69 mCi.registerForSubscriptionStatusChanged(this, EVENT_SUBSCRIPTION_STATUS_CHANGED, null);
97 mCi.unregisterForCdmaSubscriptionChanged(this);
98 mCi.unregisterForOn(this);
99 mCi.unregisterForSubscriptionStatusChanged(this);
122 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE));
135 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 DProxyController.java58 private CommandsInterface[] mCi; field in class:ProxyController
95 mCi = ci;
H A DCallTracker.java46 public CommandsInterface mCi; field in class:CallTracker
75 mCi.getCurrentCalls(mLastRelevantPoll);
167 mCi.testingEmergencyCall();
H A DSMSDispatcher.java138 protected final CommandsInterface mCi; field in class:SMSDispatcher
186 mCi = phone.mCi;
H A DServiceStateTracker.java56 protected CommandsInterface mCi; field in class:ServiceStateTracker
219 mCi = ci;
224 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null);
225 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null);
239 mCi.unSetOnSignalStrengthUpdate(this);
241 mCi.unregisterForCellInfoList(this);
353 mCi.getPreferredNetworkType(
380 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
386 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
392 mCi
[all...]
H A DPhoneBase.java176 public CommandsInterface mCi; field in class:PhoneBase
347 mCi = ci;
359 mCi.setOnCallRing(this, EVENT_CALL_RING, null);
404 mCi.registerForSrvccStateChanged(this, EVENT_SRVCC_STATE_CHANGED, null);
405 mCi.setOnUnsolOemHookRaw(this, EVENT_UNSOL_OEM_HOOK_RAW, null);
412 mCi.unSetOnCallRing(this);
420 mCi.unregisterForSrvccStateChanged(this);
421 mCi.unSetOnUnsolOemHookRaw(this);
711 mCi.registerForInCallVoicePrivacyOn(h, what, obj);
717 mCi
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadTest.java42 mHandler = new UsimDataDownloadHandler(mCi);
59 private UsimDataDownloadCommands mCi; field in class:UsimDataDownloadTest
66 mCi = new UsimDataDownloadCommands(mContext);
114 mCi.expectSendEnvelope(SMS_PP_ENVELOPE_3_1_1, 0x90, 0x00, "");
115 mCi.expectAcknowledgeGsmSms(true, 0);
117 mCi.assertExpectedMethodsCalled();
119 mCi.expectSendEnvelope(SMS_PP_ENVELOPE_3_1_1, 0x90, 0x00, "0123456789");
120 mCi.expectAcknowledgeGsmSmsWithPdu(true, "00077f16050123456789");
122 mCi.assertExpectedMethodsCalled();
124 mCi
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java36 private final int mCi; field in class:CellIdentityLte
48 mCi = Integer.MAX_VALUE;
66 mCi = ci;
74 mCi = cid.mCi;
101 return mCi;
121 return (mMcc * primeNum) + (mMnc * primeNum) + (mCi * primeNum) + (mPci * primeNum) +
132 mCi == o.mCi &&
148 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.java96 protected final CommandsInterface mCi; field in class:IccFileHandler
131 mCi = ci;
154 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
172 mCi.iccIOForApp(COMMAND_GET_RESPONSE, IccConstants.EF_IMG,
191 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
208 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
226 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid),
244 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid),
273 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(EF_IMG),
288 mCi
[all...]
H A DUiccCard.java80 private CommandsInterface mCi; field in class:UiccCard
143 mCi = ci;
151 ics.mApplications[i], mContext, mCi);
159 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
176 RadioState radioState = mCi.getRadioState();
200 mCatService = CatService.getInstance(mCi, mContext, this, mSlotId);
202 ((CatService)mCatService).update(mCi, mContext, this);
473 mCi.iccOpenLogicalChannel(AID,
481 mCi.iccCloseLogicalChannel(channel,
490 mCi
[all...]
H A DIccCardProxy.java107 private CommandsInterface mCi; field in class:IccCardProxy
128 mCi = ci;
153 mCi.unregisterForOn(this);
154 mCi.unregisterForOffOrNotAvailable(this);
233 if (CommandsInterface.RadioState.RADIO_UNAVAILABLE == mCi.getRadioState()) {
896 pw.println(" mCi=" + mCi);
H A DIccRecords.java42 protected CommandsInterface mCi; field in class:IccRecords
105 + " mCi=" + mCi
152 mCi = ci;
164 mCi = null;
583 CommandsInterface ci = mCi;
621 pw.println(" mCi=" + mCi);
H A DUiccCardApplication.java77 private CommandsInterface mCi; field in class:UiccCardApplication
105 mCi = ci;
108 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
124 mCi = ci;
191 return new SIMFileHandler(this, mAid, mCi);
193 return new RuimFileHandler(this, mAid, mCi);
195 return new UsimFileHandler(this, mAid, mCi);
197 return new CsimFileHandler(this, mAid, mCi);
199 return new IsimFileHandler(this, mAid, mCi);
213 mCi
[all...]

Completed in 187 milliseconds