Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java85 private final Map<Integer, String> simCountryIsoMap = new HashMap<>(); field in ShadowTelephonyManager
247 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()