Home
last modified time | relevance | path

Searched refs:mFh (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordLoader.java33 private IccFileHandler mFh; field in AdnRecordLoader
64 mFh = fh; in AdnRecordLoader()
79 mFh.loadEFLinearFixed( in loadFromEF()
97 mFh.loadEFLinearFixedAll( in loadAllFromEF()
124 mFh.getEFLinearRecordSize( ef, in updateEF()
166 mFh.updateEFLinearFixed(mEf, mRecordNumber, in handleMessage()
206 mFh.loadEFLinearFixed( in handleMessage()
256 mFh.loadEFLinearFixed( in handleMessage()
DSIMRecords.java194 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
315 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null, in setMsisdnNumber()
370 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
376 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
425 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
434 mFh.updateEFTransparent( in setVoiceMessageWaiting()
525 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
542 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
696 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
701 new AdnRecordLoader(mFh).loadFromEF(EF_MAILBOX_CPHS, in handleMessage()
[all …]
DIsimUiccRecords.java164 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords()
168 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
172 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords()
175 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords()
178 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
308 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
314 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
320 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
326 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
332 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in handleFileUpdate()
DAdnRecordCache.java35 private IccFileHandler mFh; field in AdnRecordCache
59 mFh = fh; in AdnRecordCache()
60 mUsimPhoneBookManager = new UsimPhoneBookManager(mFh, this); in AdnRecordCache()
157 new AdnRecordLoader(mFh).updateEF(adn, efid, extensionEF, in updateAdnByIndex()
235 new AdnRecordLoader(mFh).updateEF(newAdn, efid, extensionEF, in updateAdnBySearch()
298 new AdnRecordLoader(mFh).loadAllFromEF(efid, extensionEf, in requestLoadAllAdnLike()
DRuimRecords.java104 mAdnCache = new AdnRecordCache(mFh); in RuimRecords()
868 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords()
874 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords()
878 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords()
883 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords()
887 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords()
891 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords()
895 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
901 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords()
905 mFh.loadEFTransparent(EF_CSIM_MIPUPP, in fetchRuimRecords()
DIccRecords.java44 protected IccFileHandler mFh; field in IccRecords
109 + " mFh=" + mFh in toString()
154 mFh = app.getIccFileHandler(); in IccRecords()
166 mFh = null; in dispose()
312 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null, in setMsisdnNumber()
627 pw.println(" mFh=" + mFh); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java45 private IccFileHandler mFh; field in UsimPhoneBookManager
78 mFh = fh; in UsimPhoneBookManager()
141 mFh.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE)); in readPbrFileAndWait()
168 mFh.loadEFLinearFixedAll(fileIds.get(USIM_EFEMAIL_TAG), in readEmailFileAndWait()
186 mFh.loadEFLinearFixedAll(efid, obtainMessage(EVENT_IAP_LOAD_DONE)); in readIapFileAndWait()