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

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java21 public abstract class NotificationMgr { class
H A DAlertService.java155 public static class NotificationMgrWrapper extends NotificationMgr {
267 NotificationMgr nm = new NotificationMgrWrapper(
307 public static boolean generateAlerts(Context context, NotificationMgr nm,
864 NotificationMgr notificationMgr, int notificationId) {
/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java74 public class NotificationMgr { class
75 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
92 /** The singleton NotificationMgr instance. */
93 private static NotificationMgr sInstance;
116 private NotificationMgr(PhoneGlobals app) { method in class:NotificationMgr
130 * Initialize the singleton NotificationMgr instance.
133 * From then on, the NotificationMgr instance is available via the
137 /* package */ static NotificationMgr init(PhoneGlobals app) {
138 synchronized (NotificationMgr.class) {
140 sInstance = new NotificationMgr(ap
[all...]
H A DNetworkOperators.java217 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
240 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
H A DNetworkSelectListPreference.java360 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
378 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
H A DPhoneGlobals.java140 NotificationMgr notificationMgr;
297 // Create the NotificationMgr singleton, which is used to display
299 notificationMgr = NotificationMgr.init(this);
883 * voicemail is active. {@link NotificationMgr#updateMwi(int, boolean, boolean)} currently
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java255 class NotificationTestManager extends NotificationMgr {
367 // NotificationMgr methods

Completed in 273 milliseconds