Home
last modified time | relevance | path

Searched refs:NotificationMgr (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java68 public class NotificationMgr { class
69 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
84 private static NotificationMgr sInstance;
110 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr
133 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()
134 synchronized (NotificationMgr.class) { in init()
136 sInstance = new NotificationMgr(app); in init()
DNetworkSetting.java362 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkQueryFailed()
379 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionFailed()
387 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionSucceeded()
DPhoneGlobals.java145 NotificationMgr notificationMgr;
349 notificationMgr = NotificationMgr.init(this); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java155 public static class NotificationMgrWrapper extends NotificationMgr {
267 NotificationMgr nm = new NotificationMgrWrapper( in updateAlertNotification()
307 public static boolean generateAlerts(Context context, NotificationMgr nm, in generateAlerts()
864 NotificationMgr notificationMgr, int notificationId) { in postNotification()
DNotificationMgr.java21 public abstract class NotificationMgr { class
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java255 class NotificationTestManager extends NotificationMgr {