Searched refs:sSubIdsWithResetCalledCount (Results 1 – 1 of 1) sorted by relevance
38 private static Map<Integer, Integer> sSubIdsWithResetCalledCount = new HashMap<>(); field in ShadowTelephonyManager45 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()