Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java109 private IccRecords mIccRecords = null; field in IccCardProxy
243 if (mIccRecords != null) { in handleMessage()
244 String operator = mIccRecords.getOperatorNumeric(); in handleMessage()
288 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()
293 mPhoneId, mIccRecords.getServiceProviderName()); in handleMessage()
341 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) { in updateIccAvailability()
346 mIccRecords = newRecords; in updateIccAvailability()
431 if (mIccRecords != null) { in registerUiccCardEvents()
432 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null); in registerUiccCardEvents()
433 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.java54 private AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in GsmSMSDispatcher
342 if (mIccRecords.get() != null) { in onUpdateIccAvailability()
343 mIccRecords.get().unregisterForNewSms(this); in onUpdateIccAvailability()
345 mIccRecords.set(null); in onUpdateIccAvailability()
351 mIccRecords.set(newUiccApplication.getIccRecords()); in onUpdateIccAvailability()
352 if (mIccRecords.get() != null) { in onUpdateIccAvailability()
353 mIccRecords.get().registerForNewSms(this, EVENT_NEW_ICC_SMS, null); in onUpdateIccAvailability()
DGsmMmiCode.java121 IccRecords mIccRecords; field in GsmMmiCode
309 if (mIccRecords != null) { in parseSsData()
550 mIccRecords = app.getIccRecords(); in GsmMmiCode()
1092 if (mIccRecords != null) { in handleMessage()
1451 if (mIccRecords != null) { in makeCFQueryResultMessage()
1485 if (mIccRecords != null) { in onQueryCfComplete()
/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()
1082 if ((ir != null) && (mIccRecords != ir)) { in update()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java470 IccRecords r = mIccRecords.get(); in updateVoiceMail()
733 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
743 IccRecords r = mIccRecords.get(); in getFullIccSerialNumber()
1280 IccRecords r = mIccRecords.get(); in getVoiceMailNumber()
1343 IccRecords r = mIccRecords.get(); in getVoiceMailAlphaTag()
1422 IccRecords r = mIccRecords.get(); in getSubscriberId()
1434 IccRecords r = mIccRecords.get(); in getGroupIdLevel1()
1447 IccRecords r = mIccRecords.get(); in getGroupIdLevel2()
1460 IccRecords r = mIccRecords.get(); in getLine1Number()
1485 IccRecords r = mIccRecords.get(); in getMsisdn()
[all …]
DPhone.java234 protected final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in Phone
325 return mIccRecords.get(); in getIccRecords()
1544 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
1552 IccRecords r = mIccRecords.get(); in getFullIccSerialNumber()
1565 IccRecords r = mIccRecords.get(); in getIccRecordsLoaded()
1688 IccRecords r = mIccRecords.get(); in setVoiceCallForwardingFlag()
1711 IccRecords r = mIccRecords.get(); in getCallForwardingIndicator()
2761 IccRecords r = mIccRecords.get(); in getUsimServiceTable()
3171 final IccRecords records = mIccRecords.get(); in getLocaleFromSimAndCarrierPrefs()
3267 pw.println(" mIccRecords=" + mIccRecords.get()); in dump()
DServiceStateTracker.java106 private IccRecords mIccRecords = null; field in ServiceStateTracker
1231 if (!mIsSubscriptionFromRuim && mIccRecords != null) { in handleMessage()
1235 mIccRecords.setImsi(getImsi()); in handleMessage()
1259 RuimRecords ruim = (RuimRecords) mIccRecords; in handleMessage()
2097 IccRecords iccRecords = mIccRecords; in updateSpnDisplay()
2325 if (mIccRecords != null) { in onUpdateIccAvailability()
2326 mIccRecords.unregisterForRecordsLoaded(this); in onUpdateIccAvailability()
2328 mIccRecords = null; in onUpdateIccAvailability()
2334 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
2337 if (mIccRecords != null) { in onUpdateIccAvailability()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java171 private IccRecords mIccRecords; field in ImsPhoneMmiCode
472 mIccRecords = mPhone.mDefaultPhone.getIccRecords(); in ImsPhoneMmiCode()
1053 if (mIccRecords != null) { in handleMessage()
1305 if (mIccRecords != null) { in makeCFQueryResultMessage()
1343 if (mIccRecords != null) { in onQueryCfComplete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java560 private final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in DcTracker
857 IccRecords r = mIccRecords.get(); in unregisterForAllEvents()
860 mIccRecords.set(null); in unregisterForAllEvents()
1411 IccRecords r = mIccRecords.get(); in isDataAllowed()
1868 IccRecords r = mIccRecords.get(); in fetchDunApn()
2014 IccRecords r = mIccRecords.get(); in createApnList()
2804 IccRecords r = mIccRecords.get(); in onRadioAvailable()
3344 IccRecords r = mIccRecords.get(); in createAllApnList()
3546 IccRecords r = mIccRecords.get(); in buildWaitingApns()
4080 IccRecords r = mIccRecords.get(); in onUpdateIcc()
[all …]