Searched refs:NotificationMgr (Results 1 – 6 of 6) sorted by relevance
68 public class NotificationMgr { class69 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();84 private static NotificationMgr sInstance;110 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr133 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()134 synchronized (NotificationMgr.class) { in init()136 sInstance = new NotificationMgr(app); in init()
362 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkQueryFailed()379 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionFailed()387 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status); in displayNetworkSelectionSucceeded()
145 NotificationMgr notificationMgr;349 notificationMgr = NotificationMgr.init(this); in onCreate()
155 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()
21 public abstract class NotificationMgr { class
255 class NotificationTestManager extends NotificationMgr {