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/
NotificationController.java 80 private static Handler sNotificationHandler;
192 sNotificationHandler.post(new Runnable() {
202 mAccountObserver = new AccountContentObserver(sNotificationHandler, mContext);
215 sNotificationHandler = new Handler(sNotificationThread.getLooper());
245 sNotificationHandler, mContext, accountId);

Completed in 262 milliseconds