Searched refs:mAllocatedWatchdogs (Results 1 – 2 of 2) sorted by relevance
113 private List<PackageWatchdog> mAllocatedWatchdogs; field in CrashRecoveryTest203 mAllocatedWatchdogs = new ArrayList<>(); in setUp()212 for (PackageWatchdog watchdog : mAllocatedWatchdogs) { in tearDown()215 mAllocatedWatchdogs.clear(); in tearDown()434 mAllocatedWatchdogs.add(watchdog); in createWatchdog()
114 private List<PackageWatchdog> mAllocatedWatchdogs; field in PackageWatchdogTest198 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()