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/
DSIMRecords.java195 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
338 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null, in setMsisdnNumber()
393 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
399 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
448 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
457 mFh.updateEFTransparent( in setVoiceMessageWaiting()
548 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
565 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
719 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
724 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()
269 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()
309 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
315 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
321 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
327 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
333 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.java103 mAdnCache = new AdnRecordCache(mFh); in RuimRecords()
821 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords()
825 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords()
829 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords()
833 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords()
837 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords()
841 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords()
845 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
851 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords()
855 mFh.loadEFTransparent(EF_CSIM_MIPUPP, in fetchRuimRecords()
DIccRecords.java50 protected IccFileHandler mFh; field in IccRecords
117 + " mFh=" + mFh in toString()
162 mFh = app.getIccFileHandler(); in IccRecords()
174 mFh = null; in dispose()
328 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, EF_EXT1, 1, null, in setMsisdnNumber()
686 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()