/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadTest.java.broken | 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/ |
D | SmsStorageMonitor.java | 61 final CommandsInterface mCi; // accessed from inner class field in SmsStorageMonitor 77 mCi = phone.mCi; in SmsStorageMonitor() 81 mCi.setOnIccSmsFull(this, EVENT_ICC_FULL, null); in SmsStorageMonitor() 82 mCi.registerForOn(this, EVENT_RADIO_ON, null); in SmsStorageMonitor() 93 mCi.unSetOnIccSmsFull(this); in dispose() 94 mCi.unregisterForOn(this); in dispose() 126 mCi.reportSmsMemoryStatus(mStorageAvailable, in handleMessage() 162 mCi.reportSmsMemoryStatus(false, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE)); 165 mCi.reportSmsMemoryStatus(true, obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
|
D | Phone.java | 250 public CommandsInterface mCi; field in Phone 480 mCi = ci; in Phone() 493 mCi.setOnCallRing(this, EVENT_CALL_RING, null); in Phone() 551 mCi.registerForSrvccStateChanged(this, EVENT_SRVCC_STATE_CHANGED, null); in Phone() 553 mCi.setOnUnsolOemHookRaw(this, EVENT_UNSOL_OEM_HOOK_RAW, null); in Phone() 554 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in Phone() 980 mCi.registerForInCallVoicePrivacyOn(h, what, obj); in registerForInCallVoicePrivacyOn() 989 mCi.unregisterForInCallVoicePrivacyOn(h); in unregisterForInCallVoicePrivacyOn() 1000 mCi.registerForInCallVoicePrivacyOff(h, what, obj); in registerForInCallVoicePrivacyOff() 1009 mCi.unregisterForInCallVoicePrivacyOff(h); in unregisterForInCallVoicePrivacyOff() [all …]
|
D | GsmCdmaCallTracker.java | 148 mCi = phone.mCi; in GsmCdmaCallTracker() 149 mCi.registerForCallStateChanged(this, EVENT_CALL_STATE_CHANGE, null); in GsmCdmaCallTracker() 150 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null); in GsmCdmaCallTracker() 151 mCi.registerForNotAvailable(this, EVENT_RADIO_NOT_AVAILABLE, null); in GsmCdmaCallTracker() 172 mCi.unregisterForCallWaitingInfo(this); in updatePhoneType() 185 mCi.registerForCallWaitingInfo(this, EVENT_CALL_WAITING_INFO_CDMA, null); in updatePhoneType() 331 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage()); in dial() 446 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage()); in dial() 488 mCi.sendCDMAFeatureCode("", obtainMessage(EVENT_THREE_WAY_DIAL_BLANK_FLASH)); in dialThreeWay() 490 mCi.sendCDMAFeatureCode(mPendingMO.getAddress(), in dialThreeWay() [all …]
|
D | GsmCdmaPhone.java | 225 mSST = mTelephonyComponentFactory.makeServiceStateTracker(this, this.mCi); in GsmCdmaPhone() 257 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce() 258 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null); in initOnce() 259 mCi.registerForOn(this, EVENT_RADIO_ON, null); in initOnce() 260 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in initOnce() 263 mCi.setOnUSSD(this, EVENT_USSD, null); in initOnce() 264 mCi.setOnSs(this, EVENT_SS, null); in initOnce() 268 mCi, this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null); in initOnce() 271 mCi.setEmergencyCallbackMode(this, EVENT_EMERGENCY_CALLBACK_MODE_ENTER, null); in initOnce() 272 mCi.registerForExitEmergencyCallbackMode(this, EVENT_EXIT_EMERGENCY_CALLBACK_RESPONSE, in initOnce() [all …]
|
D | ServiceStateTracker.java | 121 private CommandsInterface mCi; field in ServiceStateTracker 490 mCi = ci; in ServiceStateTracker() 498 mCi.setOnSignalStrengthUpdate(this, EVENT_SIGNAL_STRENGTH_UPDATE, null); in ServiceStateTracker() 499 mCi.registerForCellInfoList(this, EVENT_UNSOL_CELL_INFO_LIST, null); in ServiceStateTracker() 500 mCi.registerForPhysicalChannelConfiguration(this, EVENT_PHYSICAL_CHANNEL_CONFIG, null); in ServiceStateTracker() 524 mCi.registerForImsNetworkStateChanged(this, EVENT_IMS_STATE_CHANGED, null); in ServiceStateTracker() 525 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in ServiceStateTracker() 526 mCi.setOnNITZTime(this, EVENT_NITZ_TIME, null); in ServiceStateTracker() 556 mCi.setOnRestrictedStateChanged(this, EVENT_RESTRICTED_STATE_CHANGED, null); in ServiceStateTracker() 617 mCi.unregisterForCdmaPrlChanged(this); in updatePhoneType() [all …]
|
D | SmsDispatchersController.java | 72 private final CommandsInterface mCi; field in SmsDispatchersController 85 mCi = phone.mCi; in SmsDispatchersController() 101 mCi.registerForOn(this, EVENT_RADIO_ON, null); in SmsDispatchersController() 102 mCi.registerForImsNetworkStateChanged(this, EVENT_IMS_STATE_CHANGED, null); in SmsDispatchersController() 115 mCi.unregisterForOn(this); in dispose() 116 mCi.unregisterForImsNetworkStateChanged(this); in dispose() 135 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
|
D | CallTracker.java | 49 public CommandsInterface mCi; field in CallTracker 78 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe() 193 if (mCi != null) { in checkForTestEmergencyNumber() 194 mCi.testingEmergencyCall(); in checkForTestEmergencyNumber()
|
D | NetworkScanRequestTracker.java | 355 nsri.mPhone.mCi.registerForNetworkScanResult(mHandler, in startScanDone() 382 nsri.mPhone.mCi.unregisterForNetworkScanResult(mHandler); in receiveResult() 390 nsri.mPhone.mCi.unregisterForNetworkScanResult(mHandler); in receiveResult() 395 nsri.mPhone.mCi.unregisterForNetworkScanResult(mHandler); in receiveResult() 436 nsri.mPhone.mCi.unregisterForNetworkScanResult(mHandler); in stopScanDone() 455 nsri.mPhone.mCi.unregisterForNetworkScanResult(mHandler); in interruptScanDone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 54 private CommandsInterface mCi; field in CdmaSubscriptionSourceManager 63 mCi = ci; in CdmaSubscriptionSourceManager() 64 mCi.registerForCdmaSubscriptionChanged(this, EVENT_CDMA_SUBSCRIPTION_SOURCE_CHANGED, null); in CdmaSubscriptionSourceManager() 65 mCi.registerForOn(this, EVENT_RADIO_ON, null); in CdmaSubscriptionSourceManager() 69 mCi.registerForSubscriptionStatusChanged(this, EVENT_SUBSCRIPTION_STATUS_CHANGED, null); in CdmaSubscriptionSourceManager() 97 mCi.unregisterForCdmaSubscriptionChanged(this); in dispose() 98 mCi.unregisterForOn(this); in dispose() 99 mCi.unregisterForSubscriptionStatusChanged(this); in dispose() 122 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE)); in handleMessage() 135 mCi.getCdmaSubscriptionSource( in handleMessage()
|
D | CdmaInboundSmsHandler.java | 64 phone.mCi); in CdmaInboundSmsHandler() 65 phone.mCi.setOnNewCdmaSms(getHandler(), EVENT_NEW_SMS, null); in CdmaInboundSmsHandler() 73 mPhone.mCi.unSetOnNewCdmaSms(getHandler()); in onQuitting() 187 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response); in acknowledgeLastIncomingSms()
|
D | CdmaServiceCategoryProgramHandler.java | 49 final CommandsInterface mCi; field in CdmaServiceCategoryProgramHandler 57 mCi = commandsInterface; in CdmaServiceCategoryProgramHandler() 178 mCi.sendCdmaSms(baos.toByteArray(), null);
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 33 private final int mCi; field in CellIdentityLte 48 mCi = Integer.MAX_VALUE; in CellIdentityLte() 103 mCi = ci; in CellIdentityLte() 111 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBandwidth, cid.mMccStr, in CellIdentityLte() 141 return mCi; in getCi() 201 return Objects.hash(mCi, mPci, mTac, super.hashCode()); in hashCode() 215 return mCi == o.mCi in equals() 228 .append(":{ mCi=").append(mCi) in toString() 245 dest.writeInt(mCi); in writeToParcel() 255 mCi = in.readInt(); in CellIdentityLte()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 81 private CommandsInterface mCi; field in UiccCardApplication 110 mCi = ci; in UiccCardApplication() 113 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication() 118 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication() 130 mCi = ci; in update() 178 mCi.unregisterForNotAvailable(mHandler); in dispose() 198 return new SIMFileHandler(this, mAid, mCi); in createIccFileHandler() 200 return new RuimFileHandler(this, mAid, mCi); in createIccFileHandler() 202 return new UsimFileHandler(this, mAid, mCi); in createIccFileHandler() 204 return new CsimFileHandler(this, mAid, mCi); in createIccFileHandler() [all …]
|
D | IccFileHandler.java | 98 protected final CommandsInterface mCi; field in IccFileHandler 152 mCi = ci; in IccFileHandler() 177 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixed() 209 mCi.iccIOForApp(COMMAND_GET_RESPONSE, IccConstants.EF_IMG, in loadEFImgLinearFixed() 230 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in getEFLinearRecordSize() 262 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath, in loadEFLinearFixedAll() 293 mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, getEFPath(fileid), in loadEFTransparent() 311 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(fileid), in loadEFTransparent() 340 mCi.iccIOForApp(COMMAND_READ_BINARY, fileid, getEFPath(EF_IMG), in loadEFImgTransparent() 357 mCi.iccIOForApp(COMMAND_UPDATE_RECORD, fileid, efPath, in updateEFLinearFixed() [all …]
|
D | UiccSlot.java | 58 private CommandsInterface mCi; field in UiccSlot 87 mCi = ci; in update() 89 RadioState radioState = mCi.getRadioState(); in update() 115 mUiccCard = new UiccCard(mContext, mCi, ics, mPhoneId, mLock); in update() 117 mUiccCard = new EuiccCard(mContext, mCi, ics, phoneId, mLock); in update() 121 mUiccCard.update(mContext, mCi, ics); in update() 135 mCi = ci; in update() 169 (mCi == null) ? RadioState.RADIO_UNAVAILABLE : mCi.getRadioState(); in updateCardStateAbsent() 388 pw.println(" mCi=" + mCi); in dump()
|
D | UiccCard.java | 57 private CommandsInterface mCi; field in UiccCard 82 mCi = ci; in update() 89 mContext, mCi, ics, mPhoneId, this, mLock); in update() 91 mUiccProfile.update(mContext, mCi, ics); in update() 510 pw.println(" mCi=" + mCi); in dump()
|
D | UiccProfile.java | 102 private CommandsInterface mCi; field in UiccProfile 274 mCi.unregisterForOffOrNotAvailable(mHandler); in dispose() 887 mCi = ci; in update() 898 ics.mApplications[i], mContext, mCi); in update() 906 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi); in update() 931 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId); in createAndUpdateCatServiceLocked() 933 mCatService.update(mCi, mContext, this); in createAndUpdateCatServiceLocked() 1334 mCi.iccOpenLogicalChannel(aid, p2, in iccOpenLogicalChannel() 1343 mCi.iccCloseLogicalChannel(channel, in iccCloseLogicalChannel() 1352 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3, in iccTransmitApduLogicalChannel() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 59 private final CommandsInterface mCi; field in UsimDataDownloadHandler 62 mCi = commandsInterface; in UsimDataDownloadHandler() 89 mCi.writeSmsToSim(SmsManager.STATUS_ON_ICC_UNREAD, smsc, in handleUsimDataDownload() 169 mCi.sendEnvelopeWithStatus(encodedEnvelope, obtainMessage( in handleDataDownload() 222 mCi.acknowledgeLastIncomingGsmSms(true, 0, null); in sendSmsAckForEnvelopeResponse() 256 mCi.acknowledgeIncomingGsmSmsWithPdu(success, in sendSmsAckForEnvelopeResponse() 261 mCi.acknowledgeLastIncomingGsmSms(false, cause, null); in acknowledgeSmsWithError() 307 mCi.acknowledgeLastIncomingGsmSms(true, 0, null); in handleMessage() 310 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 | 52 phone.mCi.setOnNewGsmSms(getHandler(), EVENT_NEW_SMS, null); in GsmInboundSmsHandler() 53 mDataDownloadHandler = new UsimDataDownloadHandler(phone.mCi); in GsmInboundSmsHandler() 61 mPhone.mCi.unSetOnNewGsmSms(getHandler()); in onQuitting() 176 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response); in acknowledgeLastIncomingSms()
|
/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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | CellularDataService.java | 133 mPhone.mCi.registerForDataCallListChanged(mHandler, DATA_CALL_LIST_CHANGED, null); in CellularDataServiceProvider() 158 mPhone.mCi.setupDataCall(radioTechnology, dataProfile, isRoaming, allowRoaming, reason, in setupDataCall() 174 mPhone.mCi.deactivateDataCall(cid, reason, message); in deactivateDataCall() 190 mPhone.mCi.setInitialAttachApn(dataProfile, isRoaming, message); in setInitialAttachApn() 206 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile() 220 mPhone.mCi.getDataCallList(message); in getDataCallList()
|