Searched refs:sResetCalledForSubscriberCount (Results 1 – 1 of 1) sorted by relevance
38 private static Map<String, Integer> sResetCalledForSubscriberCount = new HashMap<>(); field in ShadowNetworkPolicyManager41 if (!sResetCalledForSubscriberCount.containsKey(subscriber)) return false; in verifyFactoryResetCalled()42 return sResetCalledForSubscriberCount.get(subscriber) == numTimes; in verifyFactoryResetCalled()47 sResetCalledForSubscriberCount.put(subscriber, in factoryReset()48 sResetCalledForSubscriberCount.getOrDefault(subscriber, 0) + 1); in factoryReset()79 sResetCalledForSubscriberCount.clear(); in reset()