Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java87 public class NotificationMgr { class
88 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
123 private static NotificationMgr sInstance;
176 /* package */ NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr
196 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()
197 synchronized (NotificationMgr.class) { in init()
199 sInstance = new NotificationMgr(app); in init()
DPhoneGlobals.java164 NotificationMgr notificationMgr;
614 notificationMgr = NotificationMgr.init(this); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.kt20 abstract class NotificationMgr { class
DAlertService.kt73 class NotificationMgrWrapper(nm: NotificationManager) : NotificationMgr() {
/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java39 import static com.android.phone.NotificationMgr.DATA_ROAMING_NOTIFICATION;
40 import static com.android.phone.NotificationMgr.LIMITED_SIM_FUNCTION_NOTIFICATION;
134 private NotificationMgr mNotificationMgr;
192 mNotificationMgr = spy(new NotificationMgr(mApp)); in setUp()