Searched refs:sCacheUiccInfoEntityMap (Results 1 – 1 of 1) sorted by relevance
75 private static Map<Integer, UiccInfoEntity> sCacheUiccInfoEntityMap = new ArrayMap<>(); field in MobileNetworkRepository525 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()