Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java404 public void setWatchdogAlarm(final Context context, final long delay, in setWatchdogAlarm() method in AttachmentService.AttachmentWatchdog
420 public void setWatchdogAlarm(final Context context) { in setWatchdogAlarm() method in AttachmentService.AttachmentWatchdog
422 setWatchdogAlarm(context, WATCHDOG_CHECK_INTERVAL, CALLBACK_TIMEOUT); in setWatchdogAlarm()
491 setWatchdogAlarm(service); in issueNextWatchdogAlarm()
879 mWatchdog.setWatchdogAlarm(this, CONNECTION_ERROR_RETRY_MILLIS, in processQueue()
1015 mWatchdog.setWatchdogAlarm(this); in startDownload()
1093 mWatchdog.setWatchdogAlarm(this, CONNECTION_ERROR_RETRY_MILLIS, in endDownload()