Home
last modified time | relevance | path

Searched refs:sCacheUiccInfoEntityMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkRepository.java75 private static Map<Integer, UiccInfoEntity> sCacheUiccInfoEntityMap = new ArrayMap<>(); field in MobileNetworkRepository
525 sCacheUiccInfoEntityMap.remove(id); in deleteAllInfoBySubId()
581 if (!sCacheUiccInfoEntityMap.containsKey(subId) in insertUiccInfo()
582 || !sCacheUiccInfoEntityMap.get(subId).equals(uiccInfoEntity)) { in insertUiccInfo()
583 sCacheUiccInfoEntityMap.put(subId, uiccInfoEntity); in insertUiccInfo()