Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java249 HashMap<String, Integer> verifiedTimesMap = new HashMap<String, Integer>(); in testBootLoopDetectionWithExecutionForAllRescueLevels() local
254 verifiedTimesMap); in testBootLoopDetectionWithExecutionForAllRescueLevels()
267 verifiedTimesMap); in testBootLoopDetectionWithExecutionForAllRescueLevels()
272 verifiedTimesMap); in testBootLoopDetectionWithExecutionForAllRescueLevels()
289 HashMap<String, Integer> verifiedTimesMap = new HashMap<String, Integer>(); in testBootLoopDetectionWithExecutionForAllRescueLevelsRecoverabilityDetection() local
299 verifyDeviceConfigReset(expectedAllResetNamespaces, verifiedTimesMap); in testBootLoopDetectionWithExecutionForAllRescueLevelsRecoverabilityDetection()
353 HashMap<String, Integer> verifiedTimesMap = new HashMap<String, Integer>(); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability() local
365 verifyDeviceConfigReset(expectedResetNamespaces, verifiedTimesMap); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability()
368 verifyDeviceConfigReset(expectedAllResetNamespaces, verifiedTimesMap); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability()
421 HashMap<String, Integer> verifiedTimesMap = new HashMap<String, Integer>(); in testNonPersistentAppOnlyPerformsFlagResetsRecoverabilityDetection() local
[all …]