Searched refs:mAdnCache (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccPhoneBookInterfaceManager.java | 57 protected AdnRecordCache mAdnCache; field in IccPhoneBookInterfaceManager 127 mAdnCache = r.getAdnCache(); in IccPhoneBookInterfaceManager() 140 mAdnCache = iccRecords.getAdnCache(); in updateIccRecords() 142 mAdnCache = null; in updateIccRecords() 227 if (mAdnCache != null) { in updateAdnRecordsInEfBySearchForSubscriber() 228 mAdnCache.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response); in updateAdnRecordsInEfBySearchForSubscriber() 283 if (mAdnCache != null) { in updateAdnRecordsInEfByIndex() 284 mAdnCache.updateAdnByIndex(efid, newAdn, index, pin2, response); in updateAdnRecordsInEfByIndex() 355 if (mAdnCache != null) { in getAdnRecordsInEf() 356 mAdnCache.requestLoadAllAdnLike(efid, in getAdnRecordsInEf() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 116 protected AdnRecordCache mAdnCache; field in IccRecords 281 + " adnCache=" + mAdnCache in toString() 363 if (mAdnCache != null) { in dispose() 364 mAdnCache.reset(); in dispose() 384 return mAdnCache; in getAdnCache() 1440 pw.println(" mRdnCache=" + mAdnCache); in dump() 1690 if (mParentApp != null && mAdnCache != null) { in loadFdnRecords() 1692 mAdnCache.requestLoadAllAdnLike(IccConstants.EF_FDN, EF_EXT2, in loadFdnRecords()
|
D | RuimRecords.java | 110 mAdnCache = new AdnRecordCache(mFh); in RuimRecords() 143 mAdnCache.reset(); in resetRecords() 938 mAdnCache.reset(); in handleFileUpdate()
|
D | SIMRecords.java | 200 mAdnCache = new AdnRecordCache(mFh); in SIMRecords() 254 mAdnCache.reset(); in resetRecords() 1420 mAdnCache.reset(); in handleFileUpdate() 1438 mAdnCache.reset(); in handleFileUpdate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 50 private AdnRecordCache mAdnCache; field in UsimPhoneBookManager 124 mAdnCache = cache; in UsimPhoneBookManager() 486 mAdnCache.requestLoadAllAdnLike(files.get(USIM_EFADN_TAG).getEfid(), in readAdnFileAndWait()
|