Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java184 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
318 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null, in setMsisdnNumber()
374 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
380 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
429 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
438 mFh.updateEFTransparent( in setVoiceMessageWaiting()
544 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
561 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
679 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
684 new AdnRecordLoader(mFh).loadFromEF(EF_MAILBOX_CPHS, in handleMessage()
[all …]
DAdnRecordLoader.java37 private IccFileHandler mFh; field in AdnRecordLoader
69 mFh = fh; in AdnRecordLoader()
94 mFh.loadEFLinearFixed( in loadFromEF()
115 mFh.loadEFLinearFixedAll( in loadAllFromEF()
142 mFh.getEFLinearRecordSize( ef, getEFPath(ef), in updateEF()
185 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage()
225 mFh.loadEFLinearFixed( in handleMessage()
282 mFh.loadEFLinearFixed( in handleMessage()
DIsimUiccRecords.java161 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords()
165 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
169 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords()
172 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords()
175 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
326 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
332 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
338 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
344 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
350 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in handleFileUpdate()
DAdnRecordCache.java37 private IccFileHandler mFh; field in AdnRecordCache
64 mFh = fh; in AdnRecordCache()
65 mUsimPhoneBookManager = new UsimPhoneBookManager(mFh, this); in AdnRecordCache()
169 new AdnRecordLoader(mFh).updateEF(adn, efid, extensionEF, in updateAdnByIndex()
250 new AdnRecordLoader(mFh).updateEF(newAdn, efid, extensionEF, in updateAdnBySearch()
314 new AdnRecordLoader(mFh).loadAllFromEF(efid, extensionEf, in requestLoadAllAdnLike()
DRuimRecords.java110 mAdnCache = new AdnRecordCache(mFh); in RuimRecords()
845 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
858 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords()
862 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords()
866 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords()
870 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords()
874 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords()
878 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords()
882 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
888 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords()
[all …]
DUiccPkcs15.java175 private FileHandler mFh; field in UiccPkcs15
202 mFh = new FileHandler((String) ar.result); in handleMessage()
203 if (!mFh.loadFile(ID_ACRF, obtainMessage(EVENT_LOAD_ACRF_DONE))) { in handleMessage()
217 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) { in handleMessage()
DIccRecords.java87 protected IccFileHandler mFh; field in IccRecords
232 + " mFh=" + mFh in toString()
278 mFh = app.getIccFileHandler(); in IccRecords()
311 mFh = null; in dispose()
1170 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()
/frameworks/base/config/
Dhiddenapi-greylist.txt1346 Lcom/android/internal/telephony/gsm/UsimPhoneBookManager;->mFh:Lcom/android/internal/telephony/uicc…