/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 199 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 …]
|
D | AdnRecordLoader.java | 35 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()
|
D | IsimUiccRecords.java | 166 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()
|
D | AdnRecordCache.java | 35 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()
|
D | RuimRecords.java | 104 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()
|
D | IccRecords.java | 50 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()
|
D | UiccPkcs15.java | 182 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/ |
D | UsimPhoneBookManager.java | 44 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()
|