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.java199 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
356 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null, in setMsisdnNumber()
411 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
417 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
466 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
475 mFh.updateEFTransparent( in setVoiceMessageWaiting()
567 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
584 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
738 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
743 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.java166 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords()
170 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
174 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords()
177 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords()
180 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
312 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
318 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
324 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
330 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
336 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()
DIccRecords.java50 protected IccFileHandler mFh; field in IccRecords
123 + " mFh=" + mFh in toString()
168 mFh = app.getIccFileHandler(); in IccRecords()
180 mFh = null; in dispose()
348 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null, in setMsisdnNumber()
705 pw.println(" mFh=" + mFh); in dump()
DUiccPkcs15.java182 private FileHandler mFh; field in UiccPkcs15
209 mFh = new FileHandler((String)ar.result); in handleMessage()
210 if (!mFh.loadFile(ID_ACRF, obtainMessage(EVENT_LOAD_ACRF_DONE))) { in handleMessage()
223 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) { in handleMessage()
/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()