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.java192 mAdnCache = new AdnRecordCache(mFh); in SIMRecords()
322 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null, in setMsisdnNumber()
382 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6, in setVoiceMailNumber()
388 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS, in setVoiceMailNumber()
437 mFh.updateEFLinearFixed( in setVoiceMessageWaiting()
446 mFh.updateEFTransparent( in setVoiceMessageWaiting()
552 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag()
569 mFh.updateEFTransparent( in setVoiceCallForwardingFlag()
678 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage()
683 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.java129 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords()
133 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords()
137 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords()
140 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords()
143 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords()
294 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate()
300 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate()
306 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate()
312 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate()
318 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in handleFileUpdate()
DUiccPkcs15.java175 private FileHandler mFh; field in UiccPkcs15
202 mFh = new FileHandler((String) ar.result); in handleMessage()
203 if (!mFh.loadFile(EFODF_PATH, obtainMessage(EVENT_LOAD_ODF_DONE))) { in handleMessage()
216 if (!mFh.loadFile(idDodf, obtainMessage(EVENT_LOAD_DODF_DONE))) { in handleMessage()
227 if (!mFh.loadFile(idAcmf, obtainMessage(EVENT_LOAD_ACMF_DONE))) { in handleMessage()
238 if (!mFh.loadFile(idAcrf, obtainMessage(EVENT_LOAD_ACRF_DONE))) { in handleMessage()
250 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) { in handleMessage()
276 if (!mFh.loadFile(ACRF_PATH, obtainMessage(EVENT_LOAD_ACRF_DONE))) { in startFromAcrf()
DAdnRecordCache.java38 private IccFileHandler mFh; field in AdnRecordCache
65 mFh = fh; in AdnRecordCache()
66 mUsimPhoneBookManager = new UsimPhoneBookManager(mFh, this); in AdnRecordCache()
172 new AdnRecordLoader(mFh).updateEF(adn, efid, extensionEF, in updateAdnByIndex()
253 new AdnRecordLoader(mFh).updateEF(newAdn, efid, extensionEF, in updateAdnBySearch()
317 new AdnRecordLoader(mFh).loadAllFromEF(efid, extensionEf, in requestLoadAllAdnLike()
DRuimRecords.java111 mAdnCache = new AdnRecordCache(mFh); in RuimRecords()
845 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
855 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords()
859 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords()
863 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords()
867 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords()
871 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords()
875 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords()
879 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords()
885 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords()
[all …]
DIccRecords.java93 protected IccFileHandler mFh; field in IccRecords
251 + " mFh=" + mFh in toString()
297 mFh = app.getIccFileHandler(); in IccRecords()
333 mFh = null; in dispose()
1313 pw.println(" mFh=" + mFh); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java48 private IccFileHandler mFh; field in UsimPhoneBookManager
117 mFh = fh; in UsimPhoneBookManager()
195 mFh.loadEFLinearFixedAll(EF_PBR, obtainMessage(EVENT_PBR_LOAD_DONE)); in readPbrFileAndWait()
256 mFh.loadEFLinearFixedAll(emailEfid, in readEmailFileAndWait()
414 mFh.loadEFLinearFixedAll(efid, obtainMessage(EVENT_IAP_LOAD_DONE)); in readIapFileAndWait()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DSIMRecordsTest.java75 mFh = mFhMock; in SIMRecordsUT()