Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowTelephonyManager.java38 private static Map<Integer, Integer> sSubIdsWithResetCalledCount = new HashMap<>(); field in ShadowTelephonyManager
45 if (!sSubIdsWithResetCalledCount.containsKey(subId)) return false; in verifyFactoryResetCalled()
46 return sSubIdsWithResetCalledCount.get(subId) == numTimes; in verifyFactoryResetCalled()
82 sSubIdsWithResetCalledCount.put(subId, in factoryReset()
83 sSubIdsWithResetCalledCount.getOrDefault(subId, 0) + 1); in factoryReset()
112 sSubIdsWithResetCalledCount.clear(); in reset()