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

  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultApnSettingsLoader.java 236 private final SparseArray<List<Apn>> mApnsCache;
240 mApnsCache = new SparseArray<>();
249 apns = mApnsCache.get(subId);
252 mApnsCache.put(subId, apns);
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java 310 private final SparseArray<List<ApnSettingsLoader.Apn>> mApnsCache;
314 mApnsCache = new SparseArray<>();
324 apns = mApnsCache.get(subId);
327 mApnsCache.put(subId, apns);

Completed in 245 milliseconds