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

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java80 private static NotificationThread sNotificationThread; field in class:NotificationController
231 if (sNotificationThread == null) {
232 sNotificationThread = new NotificationThread();
233 sNotificationHandler = new Handler(sNotificationThread.getLooper(),

Completed in 214 milliseconds