Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java212 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
375 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null, in setMsisdnNumber()
430 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
436 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
485 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
494 mFh.updateEFTransparent( in setVoiceMessageWaiting()
593 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
610 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
766 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
771 new AdnRecordLoader(mFh).loadFromEF(EF_MAILBOX_CPHS, in handleMessage()
[all …]
DAdnRecordLoader.java35 private IccFileHandler mFh; field in AdnRecordLoader
66 mFh = fh; in AdnRecordLoader()
89 mFh.loadEFLinearFixed( in loadFromEF()
110 mFh.loadEFLinearFixedAll( in loadAllFromEF()
136 mFh.getEFLinearRecordSize( ef, getEFPath(ef), in updateEF()
179 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage()
219 mFh.loadEFLinearFixed( in handleMessage()
276 mFh.loadEFLinearFixed( in handleMessage()
DIsimUiccRecords.java165 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords()
169 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
173 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords()
176 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords()
179 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
311 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
317 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
323 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
329 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
335 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()
159 new AdnRecordLoader(mFh).updateEF(adn, efid, extensionEF, in updateAdnByIndex()
240 new AdnRecordLoader(mFh).updateEF(newAdn, efid, extensionEF, in updateAdnBySearch()
304 new AdnRecordLoader(mFh).loadAllFromEF(efid, extensionEf, in requestLoadAllAdnLike()
DRuimRecords.java104 mAdnCache = new AdnRecordCache(mFh); in RuimRecords()
824 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords()
828 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords()
832 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords()
836 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords()
840 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords()
844 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords()
848 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
854 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords()
858 mFh.loadEFTransparent(EF_CSIM_MIPUPP, in fetchRuimRecords()
DUiccPkcs15.java184 private FileHandler mFh; field in UiccPkcs15
211 mFh = new FileHandler((String)ar.result); in handleMessage()
212 if (!mFh.loadFile(ID_ACRF, obtainMessage(EVENT_LOAD_ACRF_DONE))) { in handleMessage()
225 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) { in handleMessage()
DIccRecords.java51 protected IccFileHandler mFh; field in IccRecords
140 + " mFh=" + mFh in toString()
186 mFh = app.getIccFileHandler(); in IccRecords()
206 mFh = null; in dispose()
737 pw.println(" mFh=" + mFh); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java44 private IccFileHandler mFh; field in UsimPhoneBookManager
111 mFh = fh; in UsimPhoneBookManager()
187 mFh.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE)); in readPbrFileAndWait()
248 mFh.loadEFLinearFixedAll(emailEfid, in readEmailFileAndWait()
406 mFh.loadEFLinearFixedAll(efid, obtainMessage(EVENT_IAP_LOAD_DONE)); in readIapFileAndWait()