Searched defs:NotificationController (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java67 public class NotificationController { class
85 private static NotificationController sInstance;
125 NotificationController(Context context, Clock clock) { method in class:NotificationController
139 public static synchronized NotificationController getInstance(Context context) {
141 sInstance = new NotificationController(context, Clock.INSTANCE);

Completed in 101 milliseconds