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.java106 private IccRecords mIccRecords = null; field in IccCardProxy
240 if (mIccRecords != null) { in handleMessage()
241 String operator = mIccRecords.getOperatorNumeric(); in handleMessage()
285 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()
290 mPhoneId, mIccRecords.getServiceProviderName()); in handleMessage()
338 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) { in updateIccAvailability()
343 mIccRecords = newRecords; in updateIccAvailability()
437 if (mIccRecords != null) { in registerUiccCardEvents()
438 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null); in registerUiccCardEvents()
439 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.java120 IccRecords mIccRecords; field in GsmMmiCode
314 if (mIccRecords != null) { in parseSsData()
555 mIccRecords = app.getIccRecords(); in GsmMmiCode()
1105 if (mIccRecords != null) { in handleMessage()
1477 if (mIccRecords != null) { in makeCFQueryResultMessage()
1511 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()
1085 if ((ir != null) && (mIccRecords != ir)) { in update()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java471 IccRecords r = mIccRecords.get(); in updateVoiceMail()
733 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
743 IccRecords r = mIccRecords.get(); in getFullIccSerialNumber()
1370 IccRecords r = mIccRecords.get(); in getVoiceMailNumber()
1424 IccRecords r = mIccRecords.get(); in getVoiceMailAlphaTag()
1504 IccRecords r = mIccRecords.get(); in getSubscriberId()
1516 IccRecords r = mIccRecords.get(); in getGroupIdLevel1()
1529 IccRecords r = mIccRecords.get(); in getGroupIdLevel2()
1542 IccRecords r = mIccRecords.get(); in getLine1Number()
1567 IccRecords r = mIccRecords.get(); in getMsisdn()
[all …]
DServiceStateTracker.java116 private IccRecords mIccRecords = null; field in ServiceStateTracker
1362 if (!mIsSubscriptionFromRuim && mIccRecords != null) { in handleMessage()
1366 mIccRecords.setImsi(getImsi()); in handleMessage()
1390 RuimRecords ruim = (RuimRecords) mIccRecords; in handleMessage()
2169 IccRecords iccRecords = mIccRecords; in updateSpnDisplay()
2396 if (mIccRecords != null) { in onUpdateIccAvailability()
2397 mIccRecords.unregisterForRecordsLoaded(this); in onUpdateIccAvailability()
2399 mIccRecords = null; in onUpdateIccAvailability()
2405 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
2408 if (mIccRecords != null) { in onUpdateIccAvailability()
[all …]
DPhone.java257 protected final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in Phone
353 return mIccRecords.get(); in getIccRecords()
1616 IccRecords r = mIccRecords.get(); in getIccSerialNumber()
1624 IccRecords r = mIccRecords.get(); in getFullIccSerialNumber()
1637 IccRecords r = mIccRecords.get(); in getIccRecordsLoaded()
1766 IccRecords r = mIccRecords.get(); in setVoiceCallForwardingFlag()
1789 IccRecords r = mIccRecords.get(); in getCallForwardingIndicator()
2928 IccRecords r = mIccRecords.get(); in getUsimServiceTable()
3355 final IccRecords records = mIccRecords.get(); in getLocaleFromSimAndCarrierPrefs()
3493 pw.println(" mIccRecords=" + mIccRecords.get()); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java172 private IccRecords mIccRecords; field in ImsPhoneMmiCode
479 mIccRecords = mPhone.mDefaultPhone.getIccRecords(); in ImsPhoneMmiCode()
1068 if (mIccRecords != null) { in handleMessage()
1321 if (mIccRecords != null) { in makeCFQueryResultMessage()
1359 if (mIccRecords != null) { in onQueryCfComplete()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java550 private final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in DcTracker
857 IccRecords r = mIccRecords.get(); in unregisterForAllEvents()
860 mIccRecords.set(null); in unregisterForAllEvents()
1408 IccRecords r = mIccRecords.get(); in isDataAllowed()
1900 IccRecords r = mIccRecords.get(); in fetchDunApn()
2055 IccRecords r = mIccRecords.get(); in createApnList()
2895 IccRecords r = mIccRecords.get(); in onRadioAvailable()
3411 IccRecords r = mIccRecords.get(); in createAllApnList()
3615 IccRecords r = mIccRecords.get(); in buildWaitingApns()
4155 IccRecords r = mIccRecords.get(); in onUpdateIcc()
[all …]