/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadTest.java.broken | 42 mHandler = new UsimDataDownloadHandler(mCi, 0); 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/ |
D | SmsStorageMonitor.java | 63 final CommandsInterface mCi; // accessed from inner class field in SmsStorageMonitor 79 mCi = phone.mCi; in SmsStorageMonitor() 83 mCi.setOnIccSmsFull(this, EVENT_ICC_FULL, null); in SmsStorageMonitor() 84 mCi.registerForOn(this, EVENT_RADIO_ON, null); in SmsStorageMonitor() 95 mCi.unSetOnIccSmsFull(this); in dispose() 96 mCi.unregisterForOn(this); in dispose() 128 mCi.reportSmsMemoryStatus(mStorageAvailable, in handleMessage() 164 mCi.reportSmsMemoryStatus(false, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE)); 167 mCi.reportSmsMemoryStatus(true, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
|
D | Phone.java | 277 public CommandsInterface mCi; field in Phone 520 mCi = ci; in Phone() 535 mCi.setOnCallRing(this, EVENT_CALL_RING, null); in Phone() 597 mCi.registerForSrvccStateChanged(this, EVENT_SRVCC_STATE_CHANGED, null); in Phone() 599 mCi.setOnUnsolOemHookRaw(this, EVENT_UNSOL_OEM_HOOK_RAW, null); in Phone() 600 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in Phone() 1097 mCi.registerForInCallVoicePrivacyOn(h, what, obj); in registerForInCallVoicePrivacyOn() 1106 mCi.unregisterForInCallVoicePrivacyOn(h); in unregisterForInCallVoicePrivacyOn() 1117 mCi.registerForInCallVoicePrivacyOff(h, what, obj); in registerForInCallVoicePrivacyOff() 1126 mCi.unregisterForInCallVoicePrivacyOff(h); in unregisterForInCallVoicePrivacyOff() [all …]
|
D | GsmCdmaCallTracker.java | 156 mCi = phone.mCi; in GsmCdmaCallTracker() 157 mCi.registerForCallStateChanged(this, EVENT_CALL_STATE_CHANGE, null); in GsmCdmaCallTracker() 158 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null); in GsmCdmaCallTracker() 159 mCi.registerForNotAvailable(this, EVENT_RADIO_NOT_AVAILABLE, null); in GsmCdmaCallTracker() 180 mCi.unregisterForCallWaitingInfo(this); in updatePhoneType() 193 mCi.registerForCallWaitingInfo(this, EVENT_CALL_WAITING_INFO_CDMA, null); in updatePhoneType() 348 mCi.dial(mPendingMO.getAddress(), mPendingMO.isEmergencyCall(), in dialGsm() 474 mCi.dial(mPendingMO.getAddress(), mPendingMO.isEmergencyCall(), in dialCdma() 525 mCi.sendCDMAFeatureCode("", obtainMessage(EVENT_THREE_WAY_DIAL_BLANK_FLASH)); in dialThreeWay() 527 mCi.sendCDMAFeatureCode(mPendingMO.getAddress(), in dialThreeWay() [all …]
|
D | GsmCdmaPhone.java | 244 .makeServiceStateTracker(this, this.mCi); in GsmCdmaPhone() 247 this, this.mCi); in GsmCdmaPhone() 321 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce() 322 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null); in initOnce() 323 mCi.registerForOn(this, EVENT_RADIO_ON, null); in initOnce() 324 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in initOnce() 325 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in initOnce() 328 mCi.setOnUSSD(this, EVENT_USSD, null); in initOnce() 329 mCi.setOnSs(this, EVENT_SS, null); in initOnce() 334 mCi, this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null); in initOnce() [all …]
|
D | PhoneConfigurationManager.java | 94 phone.mCi.registerForAvailable(mHandler, Phone.EVENT_RADIO_AVAILABLE, phone); in PhoneConfigurationManager() 98 phone.mCi.registerForOn(mHandler, Phone.EVENT_RADIO_ON, phone); in PhoneConfigurationManager() 189 phone.mCi.enableModem(enable, result); in enablePhone() 234 phone.mCi.getModemStatus(result); in getPhoneStatusFromModem() 255 phone.mCi.getModemStatus(result); in updatePhoneStatus()
|
D | ServiceStateTracker.java | 139 private CommandsInterface mCi; field in ServiceStateTracker 577 mCi = ci; in ServiceStateTracker() 590 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null); in ServiceStateTracker() 591 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null); in ServiceStateTracker() 592 mCi.registerForPhysicalChannelConfiguration(this, EVENT_PHYSICAL_CHANNEL_CONFIG, null); in ServiceStateTracker() 612 mCi.registerForImsNetworkStateChanged(this, EVENT_IMS_STATE_CHANGED, null); in ServiceStateTracker() 613 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in ServiceStateTracker() 614 mCi.setOnNITZTime(this, EVENT_NITZ_TIME, null); in ServiceStateTracker() 644 mCi.setOnRestrictedStateChanged(this, EVENT_RESTRICTED_STATE_CHANGED, null); in ServiceStateTracker() 719 mCi.unregisterForCdmaPrlChanged(this); in updatePhoneType() [all …]
|
D | CallTracker.java | 53 public CommandsInterface mCi; field in CallTracker 83 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe() 200 if (mCi != null) { in checkForTestEmergencyNumber() 201 mCi.testingEmergencyCall(); in checkForTestEmergencyNumber()
|
D | SmsDispatchersController.java | 102 private final CommandsInterface mCi; field in SmsDispatchersController 115 mCi = phone.mCi; in SmsDispatchersController() 131 mCi.registerForOn(this, EVENT_RADIO_ON, null); in SmsDispatchersController() 132 mCi.registerForImsNetworkStateChanged(this, EVENT_IMS_STATE_CHANGED, null); in SmsDispatchersController() 163 mCi.unregisterForOn(this); in dispose() 164 mCi.unregisterForImsNetworkStateChanged(this); in dispose() 184 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 55 private CommandsInterface mCi; field in CdmaSubscriptionSourceManager 64 mCi = ci; in CdmaSubscriptionSourceManager() 65 mCi.registerForCdmaSubscriptionChanged(this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null); in CdmaSubscriptionSourceManager() 66 mCi.registerForOn(this, EVENT_RADIO_ON, null); in CdmaSubscriptionSourceManager() 70 mCi.registerForSubscriptionStatusChanged(this, EVENT_SUBSCRIPTION_STATUS_CHANGED, null); in CdmaSubscriptionSourceManager() 99 mCi.unregisterForCdmaSubscriptionChanged(this); in dispose() 100 mCi.unregisterForOn(this); in dispose() 101 mCi.unregisterForSubscriptionStatusChanged(this); in dispose() 124 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE)); in handleMessage() 137 mCi.getCdmaSubscriptionSource( in handleMessage()
|
D | CdmaInboundSmsHandler.java | 65 phone.mCi); in CdmaInboundSmsHandler() 66 phone.mCi.setOnNewCdmaSms(getHandler(), EVENT_NEW_SMS, null); in CdmaInboundSmsHandler() 74 mPhone.mCi.unSetOnNewCdmaSms(getHandler()); in onQuitting() 190 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response); in acknowledgeLastIncomingSms()
|
D | CdmaServiceCategoryProgramHandler.java | 49 final CommandsInterface mCi; field in CdmaServiceCategoryProgramHandler 57 mCi = commandsInterface; in CdmaServiceCategoryProgramHandler() 185 mCi.sendCdmaSms(baos.toByteArray(), null);
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 42 private final int mCi; field in CellIdentityLte 58 mCi = CellInfo.UNAVAILABLE; in CellIdentityLte() 98 mCi = inRangeOrUnavailable(ci, 0, MAX_CI); in CellIdentityLte() 118 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBandwidth, cid.mMccStr, in CellIdentityLte() 158 return mCi; in getCi() 239 int cid = mCi != CellInfo.UNAVAILABLE ? mCi : -1; in asCellLocation() 247 return Objects.hash(mCi, mPci, mTac, super.hashCode()); in hashCode() 261 return mCi == o.mCi in equals() 274 .append(":{ mCi=").append(mCi) in toString() 291 dest.writeInt(mCi); in writeToParcel() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 89 private CommandsInterface mCi; field in UiccCardApplication 119 mCi = ci; in UiccCardApplication() 122 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication() 127 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication() 140 mCi = ci; in update() 189 mCi.unregisterForNotAvailable(mHandler); in dispose() 209 return new SIMFileHandler(this, mAid, mCi); in createIccFileHandler() 211 return new RuimFileHandler(this, mAid, mCi); in createIccFileHandler() 213 return new UsimFileHandler(this, mAid, mCi); in createIccFileHandler() 215 return new CsimFileHandler(this, mAid, mCi); in createIccFileHandler() [all …]
|
D | IccFileHandler.java | 100 protected final CommandsInterface mCi; field in IccFileHandler 159 mCi = ci; in IccFileHandler() 185 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixed() 218 mCi.iccIOForApp(COMMAND_GET_RESPONSE, IccConstants.EF_IMG, in loadEFImgLinearFixed() 240 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in getEFLinearRecordSize() 274 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixedAll() 307 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), in loadEFTransparent() 325 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid), in loadEFTransparent() 354 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(EF_IMG), in loadEFImgTransparent() 372 mCi.iccIOForApp(COMMAND_UPDATE_RECORD, fileid, efPath, in updateEFLinearFixed() [all …]
|
D | UiccSlot.java | 59 private CommandsInterface mCi; field in UiccSlot 89 mCi = ci; in update() 92 int radioState = mCi.getRadioState(); in update() 119 mUiccCard = new UiccCard(mContext, mCi, ics, mPhoneId, mLock); in update() 126 mUiccCard = new EuiccCard(mContext, mCi, ics, phoneId, mLock); in update() 130 mUiccCard.update(mContext, mCi, ics); in update() 144 mCi = ci; in update() 181 (mCi == null) ? TelephonyManager.RADIO_POWER_UNAVAILABLE : mCi.getRadioState(); in updateCardStateAbsent() 422 pw.println(" mCi=" + mCi); in dump()
|
D | UiccCard.java | 63 private CommandsInterface mCi; field in UiccCard 89 mCi = ci; in update() 97 mContext, mCi, ics, mPhoneId, this, mLock); in update() 99 mUiccProfile.update(mContext, mCi, ics); in update() 529 pw.println(" mCi=" + mCi); in dump()
|
D | UiccProfile.java | 103 private CommandsInterface mCi; field in UiccProfile 277 mCi.unregisterForOffOrNotAvailable(mHandler); in dispose() 936 mCi = ci; in update() 947 ics.mApplications[i], mContext, mCi); in update() 955 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi); in update() 982 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId); in createAndUpdateCatServiceLocked() 984 mCatService.update(mCi, mContext, this); in createAndUpdateCatServiceLocked() 1398 mCi.iccOpenLogicalChannel(aid, p2, in iccOpenLogicalChannel() 1407 mCi.iccCloseLogicalChannel(channel, in iccCloseLogicalChannel() 1416 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 60 private final CommandsInterface mCi; field in UsimDataDownloadHandler 64 mCi = commandsInterface; in UsimDataDownloadHandler() 92 mCi.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc, in handleUsimDataDownload() 174 mCi.sendEnvelopeWithStatus(encodedEnvelope, obtainMessage( in handleDataDownload() 229 mCi.acknowledgeLastIncomingGsmSms(true, 0, null); in sendSmsAckForEnvelopeResponse() 263 mCi.acknowledgeIncomingGsmSmsWithPdu(success, in sendSmsAckForEnvelopeResponse() 268 mCi.acknowledgeLastIncomingGsmSms(false, cause, null); in acknowledgeSmsWithError() 324 mCi.acknowledgeLastIncomingGsmSms(true, 0, null); in handleMessage() 327 mCi.acknowledgeLastIncomingGsmSms(false, in handleMessage()
|
D | GsmSMSDispatcher.java | 57 mCi.setOnSmsStatus(this, EVENT_NEW_SMS_STATUS_REPORT, null); in GsmSMSDispatcher() 67 mCi.unSetOnSmsStatus(this); in dispose() 157 mCi.acknowledgeLastIncomingGsmSms(true, Intents.RESULT_SMS_HANDLED, null); in handleStatusReport() 208 mCi.sendSMSExpectMore(IccUtils.bytesToHexString(smsc), in sendSms() 211 mCi.sendSMS(IccUtils.bytesToHexString(smsc), in sendSms() 215 mCi.sendImsGsmSms(IccUtils.bytesToHexString(smsc), in sendSms()
|
D | GsmInboundSmsHandler.java | 50 phone.mCi.setOnNewGsmSms(getHandler(), EVENT_NEW_SMS, null); in GsmInboundSmsHandler() 51 mDataDownloadHandler = new UsimDataDownloadHandler(phone.mCi, phone.getPhoneId()); in GsmInboundSmsHandler() 59 mPhone.mCi.unSetOnNewGsmSms(getHandler()); in onQuitting() 167 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response); in acknowledgeLastIncomingSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | CellularDataService.java | 124 mPhone.mCi.registerForDataCallListChanged(mHandler, DATA_CALL_LIST_CHANGED, null); in CellularDataServiceProvider() 141 mPhone.mCi.setupDataCall(accessNetworkType, dataProfile, isRoaming, allowRoaming, in setupDataCall() 157 mPhone.mCi.deactivateDataCall(cid, reason, message); in deactivateDataCall() 173 mPhone.mCi.setInitialAttachApn(dataProfile, isRoaming, message); in setInitialAttachApn() 189 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile() 203 mPhone.mCi.getDataCallList(message); in requestDataCallList() 208 mPhone.mCi.unregisterForDataCallListChanged(mHandler); in close()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | CloseLogicalChannelInvocation.java | 37 private final CommandsInterface mCi; field in CloseLogicalChannelInvocation 40 mCi = ci; in CloseLogicalChannelInvocation() 46 mCi.iccCloseLogicalChannel(channel, msg); in sendRequestMessage()
|
D | TransmitApduLogicalChannelInvocation.java | 41 private final CommandsInterface mCi; field in TransmitApduLogicalChannelInvocation 44 mCi = ci; in TransmitApduLogicalChannelInvocation() 50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel, in sendRequestMessage()
|
D | OpenLogicalChannelInvocation.java | 40 private final CommandsInterface mCi; field in OpenLogicalChannelInvocation 43 mCi = ci; in OpenLogicalChannelInvocation() 48 mCi.iccOpenLogicalChannel(aid, 0, msg); in sendRequestMessage()
|