Searched defs:Watchdog (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java53 private static Watchdog sWatchdog = new Watchdog();
55 private static class Watchdog { class in class:Profile
62 synchronized (Watchdog.this) {
70 public Watchdog() { method in class:Profile.Watchdog
71 mHandlerThread = new HandlerThread("Watchdog Handler",
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java151 * Watchdog alarm receiver; responsible for making sure that downloads in progress are not
154 public static class Watchdog extends BroadcastReceiver { class in class:AttachmentDownloadService
162 }, "AttachmentDownloadService Watchdog").start();
409 * Watchdog for downloads; we use this in case we are hanging on a download, which might
475 Intent intent = new Intent(mContext, Watchdog.class);

Completed in 48 milliseconds