Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DNotificationController.java83 private static NotificationThread sNotificationThread; field in NotificationController
242 if (!watch && sNotificationThread == null) return; in watchForMessages()
258 sNotificationThread.quit(); in watchForMessages()
259 sNotificationThread = null; in watchForMessages()
315 if (sNotificationThread == null) { in ensureHandlerExists()
316 sNotificationThread = new NotificationThread(); in ensureHandlerExists()
317 sNotificationHandler = new Handler(sNotificationThread.getLooper()); in ensureHandlerExists()