HomeSort by relevance Sort by last modified time
    Searched full:snotificationhandler (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 78 private static Handler sNotificationHandler;
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,
    [all...]

Completed in 65 milliseconds