Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java83 private static final String CALLING_PACKAGE1 = "com.package.name1"; field in RescuePartyTest
220 monitorCallback.sendResult(getConfigAccessBundle(CALLING_PACKAGE1, NAMESPACE1)); in testBootLoopDetectionWithExecutionForAllRescueLevels()
221 monitorCallback.sendResult(getConfigAccessBundle(CALLING_PACKAGE1, NAMESPACE2)); in testBootLoopDetectionWithExecutionForAllRescueLevels()
275 monitorCallback.sendResult(getConfigAccessBundle(CALLING_PACKAGE1, NAMESPACE1)); in testNonPersistentAppCrashDetectionWithScopedResets()
276 monitorCallback.sendResult(getConfigAccessBundle(CALLING_PACKAGE1, NAMESPACE2)); in testNonPersistentAppCrashDetectionWithScopedResets()
282 Arrays.asList(CALLING_PACKAGE1), RescueParty.DEFAULT_OBSERVING_DURATION_MS); in testNonPersistentAppCrashDetectionWithScopedResets()
291 Arrays.asList(CALLING_PACKAGE1, CALLING_PACKAGE2))); in testNonPersistentAppCrashDetectionWithScopedResets()
298 CALLING_PACKAGE1, 1), PackageWatchdog.FAILURE_REASON_APP_CRASH, 1); in testNonPersistentAppCrashDetectionWithScopedResets()
303 CALLING_PACKAGE1, 1), PackageWatchdog.FAILURE_REASON_APP_NOT_RESPONDING, 2); in testNonPersistentAppCrashDetectionWithScopedResets()
308 CALLING_PACKAGE1, 1), PackageWatchdog.FAILURE_REASON_APP_NOT_RESPONDING, 3); in testNonPersistentAppCrashDetectionWithScopedResets()
[all …]