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.java69 public class NotificationMgr { class
70 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
85 private static NotificationMgr sInstance;
110 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr
138 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()
139 synchronized (NotificationMgr.class) { in init()
141 sInstance = new NotificationMgr(app); in init()
DNetworkSetting.java375 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkQueryFailed()
392 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionFailed()
409 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionSucceeded()
DPhoneGlobals.java133 NotificationMgr notificationMgr;
296 notificationMgr = NotificationMgr.init(this); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java21 public abstract class NotificationMgr { class
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()
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java255 class NotificationTestManager extends NotificationMgr {