Searched refs:watchdog (Results 1 – 10 of 10) sorted by relevance
17 package android.ext.services.watchdog;19 import static android.service.watchdog.ExplicitHealthCheckService.EXTRA_REQUESTED_PACKAGES;20 import static android.service.watchdog.ExplicitHealthCheckService.EXTRA_SUPPORTED_PACKAGES;21 import static android.service.watchdog.ExplicitHealthCheckService.PackageConfig;36 import android.service.watchdog.ExplicitHealthCheckService;37 import android.service.watchdog.IExplicitHealthCheckService;
17 package android.ext.services.watchdog;19 import static android.service.watchdog.ExplicitHealthCheckService.PackageConfig;24 import android.service.watchdog.ExplicitHealthCheckService;
17 package android.ext.services.watchdog;23 import android.service.watchdog.ExplicitHealthCheckService;
17 package android.ext.services.watchdog;
264 PresenceCheckWatchdog watchdog; in disconnect() local267 watchdog = mWatchdog; in disconnect()269 if (watchdog != null) { in disconnect()271 watchdog.end(false); in disconnect()273 watchdog.join(); in disconnect()
407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarm() local420 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 60000, now); in testAttachmentWatchdogAlarm()432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarmNeedsCancel() local445 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 1000, now); in testAttachmentWatchdogAlarmNeedsCancel()
83 public void setWatchdog(Watchdog watchdog) { in setWatchdog() argument84 mWatchdog = watchdog; in setWatchdog()