Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java78 private static Handler sNotificationHandler; field in EmailNotificationController
189 sNotificationHandler.post(new Runnable() { in watchForMessages()
199 mAccountObserver = new AccountContentObserver(sNotificationHandler, mContext); in watchForMessages()
229 sNotificationHandler = new Handler(sNotificationThread.getLooper(), in ensureHandlerExists()
282 sNotificationHandler, mContext, accountId); in registerMessageNotification()
600 sNotificationHandler.sendMessageDelayed( in refreshNotificationsForAccount()
601 android.os.Message.obtain(sNotificationHandler, in refreshNotificationsForAccount()
731 sNotificationHandler.sendMessageDelayed( in refreshAllNotifications()
732 android.os.Message.obtain(sNotificationHandler, in refreshAllNotifications()