Searched refs:validateDownloadRequest (Results 1 – 2 of 2) sorted by relevance
420 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 60000, now); in testAttachmentWatchdogAlarm()445 final boolean shouldCancel = watchdog.validateDownloadRequest(dr, 1000, now); in testAttachmentWatchdogAlarmNeedsCancel()
449 boolean validateDownloadRequest(final DownloadRequest dr, final int callbackTimeout, in validateDownloadRequest() method in AttachmentService.AttachmentWatchdog473 final boolean shouldCancelDownload = validateDownloadRequest(req, callbackTimeout, in watchdogAlarm()