Searched defs:watchdog (Results 1 – 5 of 5) sorted by relevance
122 PackageWatchdog watchdog = createWatchdog(); in testRegistration() local189 PackageWatchdog watchdog = createWatchdog(); in testObserveAlreadyObservedPackage() local263 PackageWatchdog watchdog = createWatchdog(); in testNoPackageFailureBeforeThreshold() local289 PackageWatchdog watchdog = createWatchdog(); in testPackageFailureDifferentPackageNotifyNone() local316 PackageWatchdog watchdog = createWatchdog(); in testPackageFailureDifferentVersionNotifyNone() local350 PackageWatchdog watchdog = createWatchdog(); in testPackageFailureNotifyAllDifferentImpacts() local413 PackageWatchdog watchdog = createWatchdog(); in testPackageFailureNotifyLeastImpactSuccessively() local491 PackageWatchdog watchdog = createWatchdog(); in testPackageFailureNotifyOneSameImpact() local521 PackageWatchdog watchdog = createWatchdog(controller, true /* withPackagesReady */); in testExplicitHealthChecks() local584 PackageWatchdog watchdog = createWatchdog(controller, true /* withPackagesReady */); in testExplicitHealthCheckStateChanges() local[all …]
102 AppErrors(Context context, ActivityManagerService service, PackageWatchdog watchdog) { in AppErrors()
230 } watchdog; variable
627 final Watchdog watchdog = Watchdog.getInstance(); in startBootstrapServices() local
911 public static ObserverInternal read(XmlPullParser parser, PackageWatchdog watchdog) { in read()