Home
last modified time | relevance | path

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

/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DCrashRecoveryTest.java113 private List<PackageWatchdog> mAllocatedWatchdogs; field in CrashRecoveryTest
203 mAllocatedWatchdogs = new ArrayList<>(); in setUp()
212 for (PackageWatchdog watchdog : mAllocatedWatchdogs) { in tearDown()
215 mAllocatedWatchdogs.clear(); in tearDown()
434 mAllocatedWatchdogs.add(watchdog); in createWatchdog()
DPackageWatchdogTest.java114 private List<PackageWatchdog> mAllocatedWatchdogs; field in PackageWatchdogTest
198 mAllocatedWatchdogs = new ArrayList<>(); in setUp()
206 for (PackageWatchdog watchdog : mAllocatedWatchdogs) { in tearDown()
209 mAllocatedWatchdogs.clear(); in tearDown()
1691 for (PackageWatchdog watchdog : mAllocatedWatchdogs) { in setExplicitHealthCheckEnabled()
1746 mAllocatedWatchdogs.add(watchdog); in createWatchdog()