Searched refs:simCountryIsoMap (Results 1 – 1 of 1) sorted by relevance
85 private final Map<Integer, String> simCountryIsoMap = new HashMap<>(); field in ShadowTelephonyManager247 return simCountryIsoMap.get(/* subId= */ 0); in getSimCountryIso()253 return simCountryIsoMap.get(subId); in getSimCountryIso()262 simCountryIsoMap.put(subId, simCountryIso); in setSimCountryIso()267 simCountryIsoMap.clear(); in resetSimCountryIsos()268 simCountryIsoMap.put(0, ""); in resetSimCountryIsos()