HomeSort by relevance Sort by last modified time
    Searched refs:mAdnCache (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 47 protected AdnRecordCache mAdnCache;
117 mAdnCache = r.getAdnCache();
126 mAdnCache = iccRecords.getAdnCache();
128 mAdnCache = null;
188 if (mAdnCache != null) {
189 mAdnCache.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
236 if (mAdnCache != null) {
237 mAdnCache.updateAdnByIndex(efid, newAdn, index, pin2, response);
301 if (mAdnCache != null) {
302 mAdnCache.requestLoadAllAdnLike(efid, mAdnCache.extensionEfForEf(efid), response)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 69 protected AdnRecordCache mAdnCache;
164 + " adnCache=" + mAdnCache
243 if (mAdnCache != null) {
244 mAdnCache.reset();
253 return mAdnCache;
    [all...]
RuimRecords.java 106 mAdnCache = new AdnRecordCache(mFh);
147 mAdnCache.reset();
    [all...]
SIMRecords.java 205 mAdnCache = new AdnRecordCache(mFh);
264 mAdnCache.reset();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 45 private AdnRecordCache mAdnCache;
117 mAdnCache = cache;
476 mAdnCache.requestLoadAllAdnLike(files.get(USIM_EFADN_TAG).getEfid(),
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 210 milliseconds