HomeSort by relevance Sort by last modified time
    Searched defs:mCi (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 57 final CommandsInterface mCi; // accessed from inner class
72 mCi = phone.mCi;
76 mCi.setOnIccSmsFull(this, EVENT_ICC_FULL, null);
77 mCi.registerForOn(this, EVENT_RADIO_ON, null);
88 mCi.unSetOnIccSmsFull(this);
89 mCi.unregisterForOn(this);
121 mCi.reportSmsMemoryStatus(mStorageAvailable,
155 mCi.reportSmsMemoryStatus(false, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
158 mCi.reportSmsMemoryStatus(true, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE))
    [all...]
PhoneBase.java 125 public CommandsInterface mCi;
254 mCi = ci;
268 mCi.setOnCallRing(this, EVENT_CALL_RING, null);
307 mCi.unSetOnCallRing(this);
463 mCi.registerForInCallVoicePrivacyOn(h,what,obj);
469 mCi.unregisterForInCallVoicePrivacyOn(h);
475 mCi.registerForInCallVoicePrivacyOff(h,what,obj);
481 mCi.unregisterForInCallVoicePrivacyOff(h);
577 mCi.setNetworkSelectionModeAutomatic(response);
579 mCi.setNetworkSelectionModeManual(networkSelection, response)
    [all...]
CallTracker.java 45 public CommandsInterface mCi;
71 mCi.getCurrentCalls(mLastRelevantPoll);
155 mCi.testingEmergencyCall();
ServiceStateTracker.java 50 protected CommandsInterface mCi;
202 mCi = ci;
207 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null);
208 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null);
212 mCi.unSetOnSignalStrengthUpdate(this);
214 mCi.unregisterForCellInfoList(this);
306 mCi.getPreferredNetworkType(
333 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
339 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
345 mCi.setLocationUpdates(false, null)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 50 private CommandsInterface mCi;
60 mCi = ci;
61 mCi.registerForCdmaSubscriptionChanged(this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null);
62 mCi.registerForOn(this, EVENT_RADIO_ON, null);
92 mCi.unregisterForCdmaSubscriptionChanged(this);
93 mCi.unregisterForOn(this);
116 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE));
RuimSmsInterfaceManager.java 63 mPhone.mCi.deleteSmsOnRuim(index, response);
69 mPhone.mCi.writeSmsToRuim(status, IccUtils.bytesToHexString(pdu),
190 mPhone.mCi.setCdmaBroadcastConfig(configs, response);
210 mPhone.mCi.setCdmaBroadcastActivation(activate, response);
CdmaSMSDispatcher.java 77 mCi.setOnNewCdmaSms(this, EVENT_NEW_SMS, null);
82 mCi.unSetOnNewCdmaSms(this);
361 mCi.sendCdmaSms(pdu, reply);
373 mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
491 mCi.sendCdmaSms(baos.toByteArray(), null);
CdmaCallTracker.java 98 mCi = phone.mCi;
99 mCi.registerForCallStateChanged(this, EVENT_CALL_STATE_CHANGE, null);
100 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null);
101 mCi.registerForNotAvailable(this, EVENT_RADIO_NOT_AVAILABLE, null);
102 mCi.registerForCallWaitingInfo(this, EVENT_CALL_WAITING_INFO_CDMA, null);
107 mCi.unregisterForCallStateChanged(this);
108 mCi.unregisterForOn(this);
109 mCi.unregisterForNotAvailable(this);
110 mCi.unregisterForCallWaitingInfo(this)
    [all...]
CDMAPhone.java 158 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_CDMA);
160 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCi, this,
169 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null);
170 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
171 mCi.registerForOn(this, EVENT_RADIO_ON, null);
172 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null);
174 mCi.setEmergencyCallbackMode(this, EVENT_EMERGENCY_CALLBACK_MODE_ENTER, null);
189 mCi.exitEmergencyCallbackMode(obtainMessage(EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE));
224 mCi.unregisterForAvailable(this); //EVENT_RADIO_AVAILABLE
225 mCi.unregisterForOffOrNotAvailable(this); //EVENT_RADIO_OFF_OR_NOT_AVAILABL
    [all...]
CdmaServiceStateTracker.java 165 super(phone, phone.mCi, cellInfo);
172 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this,
181 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null);
183 mCi.registerForVoiceNetworkStateChanged(this, EVENT_NETWORK_STATE_CHANGED_CDMA, null);
184 mCi.setOnNITZTime(this, EVENT_NITZ_TIME, null);
186 mCi.registerForCdmaPrlChanged(this, EVENT_CDMA_PRL_VERSION_CHANGED, null);
188 mCi.registerForCdmaOtaProvision(this,EVENT_OTA_PROVISION_STATUS_CHANGE, null);
207 mCi.unregisterForRadioStateChanged(this);
208 mCi.unregisterForVoiceNetworkStateChanged(this);
209 mCi.unregisterForCdmaOtaProvision(this)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadTest.java 42 mHandler = new UsimDataDownloadHandler(mCi);
59 private UsimDataDownloadCommands mCi;
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.expectSendEnvelope(SMS_PP_ENVELOPE_3_1_1, 0x62, 0xff, "0123456789abcdef")
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 70 mDataDownloadHandler = new UsimDataDownloadHandler(mCi);
71 mCi.setOnNewGsmSms(this, EVENT_NEW_SMS, null);
72 mCi.setOnSmsStatus(this, EVENT_NEW_SMS_STATUS_REPORT, null);
73 mCi.setOnNewGsmBroadcastSms(this, EVENT_NEW_BROADCAST_SMS, null);
78 mCi.unSetOnNewGsmSms(this);
79 mCi.unSetOnSmsStatus(this);
80 mCi.unSetOnNewGsmBroadcastSms(this);
109 mCi.acknowledgeLastIncomingGsmSms(true, 0, null);
112 mCi.acknowledgeLastIncomingGsmSms(false,
194 mCi.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc
    [all...]
SimSmsInterfaceManager.java 66 mPhone.mCi.deleteSmsOnSim(index, response);
71 mPhone.mCi.writeSmsToSim(status, IccUtils.bytesToHexString(smsc),
192 mPhone.mCi.setGsmBroadcastConfig(configs, response);
212 mPhone.mCi.setGsmBroadcastActivation(activate, response);
UsimDataDownloadHandler.java 53 private final CommandsInterface mCi;
56 mCi = commandsInterface;
131 mCi.sendEnvelopeWithStatus(encodedEnvelope, obtainMessage(
184 mCi.acknowledgeLastIncomingGsmSms(true, 0, null);
218 mCi.acknowledgeIncomingGsmSmsWithPdu(success,
223 mCi.acknowledgeLastIncomingGsmSms(false, cause, null);
GsmCallTracker.java 99 mCi = phone.mCi;
101 mCi.registerForCallStateChanged(this, EVENT_CALL_STATE_CHANGE, null);
103 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null);
104 mCi.registerForNotAvailable(this, EVENT_RADIO_NOT_AVAILABLE, null);
109 mCi.unregisterForCallStateChanged(this);
110 mCi.unregisterForOn(this);
111 mCi.unregisterForNotAvailable(this);
226 mCi.dial(pendingMO.mAddress, clirMode, uusInfo, obtainCompleteMessage());
260 mCi.acceptCall(obtainCompleteMessage())
    [all...]
GsmMmiCode.java 446 mPhone.mCi.cancelPendingUssd(obtainMessage(EVENT_USSD_CANCEL_COMPLETE, this));
646 mPhone.mCi.queryCLIP(
654 mPhone.mCi.setCLIR(CommandsInterface.CLIR_INVOCATION,
657 mPhone.mCi.setCLIR(CommandsInterface.CLIR_SUPPRESSION,
660 mPhone.mCi.getCLIR(
674 mPhone.mCi.queryCallForwardStatus(
713 mPhone.mCi.setCallForward(cfAction, reason, serviceClass,
728 mPhone.mCi.queryFacilityLock(facility, password,
731 mPhone.mCi.setFacilityLock(facility, isActivate(), password,
756 mPhone.mCi.changeBarringPassword(facility, oldPwd
    [all...]
GSMPhone.java 141 mCi.setPhoneType(PhoneConstants.PHONE_TYPE_GSM);
153 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null);
154 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
155 mCi.registerForOn(this, EVENT_RADIO_ON, null);
156 mCi.setOnUSSD(this, EVENT_USSD, null);
157 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null);
177 mCi.resetRadio(null);
206 mCi.unregisterForAvailable(this); //EVENT_RADIO_AVAILABLE
208 mCi.unregisterForOffOrNotAvailable(this); //EVENT_RADIO_OFF_OR_NOT_AVAILABLE
209 mCi.unregisterForOn(this); //EVENT_RADIO_O
    [all...]
GsmServiceStateTracker.java 195 super(phone, phone.mCi, new CellInfoGsm());
205 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null);
206 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null);
208 mCi.registerForVoiceNetworkStateChanged(this, EVENT_NETWORK_STATE_CHANGED, null);
209 mCi.setOnNITZTime(this, EVENT_NITZ_TIME, null);
210 mCi.setOnRestrictedStateChanged(this, EVENT_RESTRICTED_STATE_CHANGED, null);
241 mCi.unregisterForAvailable(this);
242 mCi.unregisterForRadioStateChanged(this);
243 mCi.unregisterForVoiceNetworkStateChanged(this);
246 mCi.unSetOnRestrictedStateChanged(this)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 63 private CommandsInterface mCi;
90 mCi = ci;
93 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
109 mCi = ci;
175 return new SIMFileHandler(this, mAid, mCi);
177 return new RuimFileHandler(this, mAid, mCi);
179 return new UsimFileHandler(this, mAid, mCi);
181 return new CsimFileHandler(this, mAid, mCi);
183 return new IsimFileHandler(this, mAid, mCi);
197 mCi.queryFacilityLockForApp
    [all...]
RuimFileHandler.java 45 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), 0, 0,
UiccController.java 87 private CommandsInterface mCi;
177 mCi.getIccCardStatus(obtainMessage(EVENT_GET_ICC_STATUS_DONE));
193 mCi = ci;
194 mCi.registerForIccStatusChanged(this, EVENT_ICC_STATUS_CHANGED, null);
196 mCi.registerForOn(this, EVENT_ICC_STATUS_CHANGED, null);
211 mUiccCard = new UiccCard(mContext, mCi, status);
214 mUiccCard.update(mContext, mCi , status);
229 pw.println(" mCi=" + mCi);
SIMRecords.java 191 mCi.setOnSmsOnSim(this, EVENT_SMS_ON_SIM, null);
192 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);
204 mCi.unregisterForIccRefresh(this);
205 mCi.unSetOnSmsOnSim(this);
    [all...]
RuimRecords.java 111 mCi.registerForIccRefresh(this, EVENT_RUIM_REFRESH, null);
124 mCi.unregisterForIccRefresh(this);
659 mCi.getCDMASubscription(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_DONE));
668 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
788 mCi.setRadioPower(false, null);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java 36 private final int mCi;
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 &&
133 mPci == o.mCi &
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 117 p.mCi.registerForAvailable (this, DctConstants.EVENT_RADIO_AVAILABLE, null);
118 p.mCi.registerForOffOrNotAvailable(this, DctConstants.EVENT_RADIO_OFF_OR_NOT_AVAILABLE,
120 p.mCi.registerForDataNetworkStateChanged (this, DctConstants.EVENT_DATA_STATE_CHANGED,
174 mPhone.mCi.unregisterForAvailable(this);
175 mPhone.mCi.unregisterForOffOrNotAvailable(this);
178 mPhone.mCi.unregisterForDataNetworkStateChanged(this);
    [all...]

Completed in 362 milliseconds

1 2