Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java128 final AttachmentWatchdog mWatchdog = new AttachmentWatchdog();
398 public static class AttachmentWatchdog extends BroadcastReceiver { class in AttachmentService
408 Intent intent = new Intent(context, AttachmentWatchdog.class); in setWatchdogAlarm()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarm()
432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarmNeedsCancel()