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

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

Completed in 106 milliseconds