/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 205 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() 562 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag() 579 mFh.updateEFTransparent( in setVoiceCallForwardingFlag() 748 new AdnRecordLoader(mFh).loadFromEF(EF_MBDN, EF_EXT6, in handleMessage() 753 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 | 154 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in fetchIsimRecords() 158 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in fetchIsimRecords() 162 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in fetchIsimRecords() 165 mFh.loadEFTransparent(EF_IST, obtainMessage( in fetchIsimRecords() 168 mFh.loadEFLinearFixedAll(EF_PCSCF, obtainMessage( in fetchIsimRecords() 318 mFh.loadEFTransparent(EF_IMPI, obtainMessage( in handleFileUpdate() 324 mFh.loadEFLinearFixedAll(EF_IMPU, obtainMessage( in handleFileUpdate() 330 mFh.loadEFTransparent(EF_DOMAIN, obtainMessage( in handleFileUpdate() 336 mFh.loadEFTransparent(EF_IST, obtainMessage( in handleFileUpdate() 342 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 | 106 mAdnCache = new AdnRecordCache(mFh); in RuimRecords() 838 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked() 850 mFh.loadEFTransparent(EF_ICCID, in fetchRuimRecords() 854 mFh.loadEFTransparent(EF_PL, in fetchRuimRecords() 858 mFh.loadEFTransparent(EF_CSIM_LI, in fetchRuimRecords() 862 mFh.loadEFTransparent(EF_CSIM_SPN, in fetchRuimRecords() 866 mFh.loadEFLinearFixed(EF_CSIM_MDN, 1, in fetchRuimRecords() 870 mFh.loadEFTransparent(EF_CSIM_IMSIM, in fetchRuimRecords() 874 mFh.loadEFLinearFixedAll(EF_CSIM_CDMAHOME, in fetchRuimRecords() 880 mFh.loadEFTransparent(EF_CSIM_EPRL, 4, in fetchRuimRecords() [all …]
|
D | UiccPkcs15.java | 175 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() 216 if (!mFh.loadFile(idAccf, obtainMessage(EVENT_LOAD_ACCF_DONE))) { in handleMessage()
|
D | IccRecords.java | 53 protected IccFileHandler mFh; field in IccRecords 161 + " mFh=" + mFh in toString() 207 mFh = app.getIccFileHandler(); in IccRecords() 240 mFh = null; in dispose() 933 pw.println(" mFh=" + mFh); in dump()
|
/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()
|