Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java78 private Map<Integer, TelephonyManager> subscriptionIdsToTelephonyManagers = new HashMap<>(); field in ShadowTelephonyManager
570 return subscriptionIdsToTelephonyManagers.get(subId);
576 subscriptionIdsToTelephonyManagers.put(subscriptionId, telephonyManager);