Home
last modified time | relevance | path

Searched refs:mIccRecords (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java109 private IccRecords mIccRecords = null; field in IccCardProxy
258 if (mIccRecords != null) { in handleMessage()
259 String operator = mIccRecords.getOperatorNumeric(); in handleMessage()
304 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()
309 mPhoneId, mIccRecords.getServiceProviderName()); in handleMessage()
357 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) { in updateIccAvailability()
362 mIccRecords = newRecords; in updateIccAvailability()
440 if (mIccRecords != null) { in registerUiccCardEvents()
441 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null); in registerUiccCardEvents()
442 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null); in registerUiccCardEvents()
[all …]
DUiccCardApplication.java81 private IccRecords mIccRecords; field in UiccCardApplication
110 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication()
143 if (mIccRecords != null) { mIccRecords.dispose();} in update()
145 mIccRecords = createIccRecords(as.app_type, c, ci); in update()
171 if (mIccRecords != null) { mIccRecords.dispose();} in dispose()
173 mIccRecords = null; in dispose()
624 return mIccRecords; in getIccRecords()
891 pw.println(" mIccRecords=" + mIccRecords); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java53 private AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in GsmSMSDispatcher
337 if (mIccRecords.get() != null) { in onUpdateIccAvailability()
338 mIccRecords.get().unregisterForNewSms(this); in onUpdateIccAvailability()
340 mIccRecords.set(null); in onUpdateIccAvailability()
346 mIccRecords.set(newUiccApplication.getIccRecords()); in onUpdateIccAvailability()
347 if (mIccRecords.get() != null) { in onUpdateIccAvailability()
348 mIccRecords.get().registerForNewSms(this, EVENT_NEW_ICC_SMS, null); in onUpdateIccAvailability()
DGSMPhone.java316 IccRecords r = mIccRecords.get(); in updateVoiceMail()
956 IccRecords r = mIccRecords.get(); in getVoiceMailNumber()
1002 IccRecords r = mIccRecords.get(); in getVoiceMailAlphaTag()
1057 IccRecords r = mIccRecords.get(); in getSubscriberId()
1063 IccRecords r = mIccRecords.get(); in getGroupIdLevel1()
1069 IccRecords r = mIccRecords.get(); in getLine1Number()
1075 IccRecords r = mIccRecords.get(); in getMsisdn()
1081 IccRecords r = mIccRecords.get(); in getLine1AlphaTag()
1087 IccRecords r = mIccRecords.get(); in setLine1Number()
1104 IccRecords r = mIccRecords.get(); in setVoiceMailNumber()
[all …]
DGsmMmiCode.java121 IccRecords mIccRecords; field in GsmMmiCode
309 if (mPhone.mIccRecords != null) { in parseSsData()
310 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, null); in parseSsData()
550 mIccRecords = app.getIccRecords(); in GsmMmiCode()
1092 if (mIccRecords != null) { in handleMessage()
1093 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, mDialingNumber); in handleMessage()
1451 if (mIccRecords != null) { in makeCFQueryResultMessage()
1452 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, info.number); in makeCFQueryResultMessage()
1485 if (mIccRecords != null) { in onQueryCfComplete()
1486 mIccRecords.setVoiceCallForwardingFlag(1, false, null); in onQueryCfComplete()
DGsmServiceStateTracker.java277 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);} in dispose()
595 IccRecords iccRecords = mIccRecords; in updateSpnDisplay()
2012 if (mIccRecords != null) { in onUpdateIccAvailability()
2013 mIccRecords.unregisterForRecordsLoaded(this); in onUpdateIccAvailability()
2015 mIccRecords = null; in onUpdateIccAvailability()
2021 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
2023 if (mIccRecords != null) { in onUpdateIccAvailability()
2024 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java80 private static IccRecords mIccRecords; field in CatService
161 mIccRecords = ir; in CatService()
165 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null); in CatService()
219 } else if ((ir != null) && (mIccRecords != ir)) { in getInstance()
220 if (mIccRecords != null) { in getInstance()
221 mIccRecords.unregisterForRecordsLoaded(sInstance[slotId]); in getInstance()
224 mIccRecords = ir; in getInstance()
227 mIccRecords.registerForRecordsLoaded(sInstance[slotId], in getInstance()
239 mIccRecords.unregisterForRecordsLoaded(this); in dispose()
1068 if ((ir != null) && (mIccRecords != ir)) { in update()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java107 RuimRecords ruim = (RuimRecords)mIccRecords; in handleMessage()
450 eriText = (mIccRecords != null) ? mIccRecords.getServiceProviderName() : null; in pollStateDone()
466mIccRecords != null && (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)) { in pollStateDone()
470 ((RuimRecords)mIccRecords).getCsimSpnDisplayCondition(); in pollStateDone()
475 mIccRecords != null) { in pollStateDone()
476 mSS.setOperatorAlphaLong(mIccRecords.getServiceProviderName()); in pollStateDone()
DCdmaServiceStateTracker.java226 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);} in dispose()
425 if (!mIsSubscriptionFromRuim && mIccRecords != null) { in handleMessage()
429 mIccRecords.setImsi(getImsi()); in handleMessage()
1978 if (mIccRecords != null) { in onUpdateIccAvailability()
1979 mIccRecords.unregisterForRecordsLoaded(this); in onUpdateIccAvailability()
1981 mIccRecords = null; in onUpdateIccAvailability()
1987 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
1990 if (mIccRecords != null) { in onUpdateIccAvailability()
1991 mIccRecords.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null); in onUpdateIccAvailability()
DCDMAPhone.java530 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
581 IccRecords r = mIccRecords.get(); in getNai()
912 IccRecords r = mIccRecords.get(); in setVoiceMailNumber()
1331 if (mIccRecords.get() != null) { in onUpdateIccAvailability()
1334 mIccRecords.set(null); in onUpdateIccAvailability()
1340 mIccRecords.set(newUiccApplication.getIccRecords()); in onUpdateIccAvailability()
1750 IccRecords r = mIccRecords.get(); in registerForRuimRecordEvents()
1758 IccRecords r = mIccRecords.get(); in unregisterForRuimRecordEvents()
1830 IccRecords iccRecords = mIccRecords.get(); in setOperatorBrandOverride()
DCDMALTEPhone.java408 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java168 private IccRecords mIccRecords; field in ImsPhoneMmiCode
454 mIccRecords = mPhone.mDefaultPhone.mIccRecords.get(); in ImsPhoneMmiCode()
994 if (mIccRecords != null) { in handleMessage()
995 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, mDialingNumber); in handleMessage()
1235 if (mIccRecords != null) { in makeCFQueryResultMessage()
1236 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, info.number); in makeCFQueryResultMessage()
1273 if (mIccRecords != null) { in onQueryCfComplete()
1274 mIccRecords.setVoiceCallForwardingFlag(1, false, null); in onQueryCfComplete()
DImsPhone.java972 return mDefaultPhone.mIccRecords.get(); in getIccRecords()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java208 public AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in PhoneBase
469 mIccRecords.set(null); in removeReferences()
1188 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
1194 IccRecords r = mIccRecords.get(); in getIccRecordsLoaded()
1255 IccRecords r = mIccRecords.get(); in getCallForwardingIndicator()
1861 IccRecords r = mIccRecords.get(); in getUsimServiceTable()
2143 pw.println(" mIccRecords=" + mIccRecords.get()); in dump()
DIccPhoneBookInterfaceManager.java116 IccRecords r = phone.mIccRecords.get(); in IccPhoneBookInterfaceManager()
DServiceStateTracker.java69 protected IccRecords mIccRecords = null; field in ServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java242 IccRecords r = mIccRecords.get(); in unregisterForAllEvents()
245 mIccRecords.set(null); in unregisterForAllEvents()
710 IccRecords r = mIccRecords.get(); in isDataAllowed()
1208 IccRecords r = mIccRecords.get(); in createApnList()
1761 IccRecords r = mIccRecords.get(); in onRadioAvailable()
2250 IccRecords r = mIccRecords.get(); in createAllApnList()
2447 IccRecords r = mIccRecords.get(); in buildWaitingApns()
2762 IccRecords r = mIccRecords.get(); in onUpdateIcc()
2767 mIccRecords.set(null); in onUpdateIcc()
2771 mIccRecords.set(newIccRecords); in onUpdateIcc()
DDcTrackerBase.java196 protected AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in DcTrackerBase
700 IccRecords r = mIccRecords.get(); in fetchDunApn()