Searched refs:sCarrierConfigs (Results 1 – 1 of 1) sorted by relevance
63 protected static final Map<Integer, PersistableBundle> sCarrierConfigs = field in CarrierConfigCache143 synchronized (sCarrierConfigs) { in getConfigForSubId()144 if (sCarrierConfigs.containsKey(subId)) { in getConfigForSubId()145 return sCarrierConfigs.get(subId); in getConfigForSubId()152 sCarrierConfigs.put(subId, config); in getConfigForSubId()174 synchronized (sCarrierConfigs) { in onReceive()176 sCarrierConfigs.remove(subId); in onReceive()178 sCarrierConfigs.clear(); in onReceive()