HomeSort by relevance Sort by last modified time
    Searched refs:NotificationMgr (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 21 public abstract class NotificationMgr {
AlertService.java 155 public static class NotificationMgrWrapper extends NotificationMgr {
267 NotificationMgr nm = new NotificationMgrWrapper(
307 public static boolean generateAlerts(Context context, NotificationMgr nm,
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 68 * @see PhoneGlobals.notificationMgr
70 public class NotificationMgr {
71 private static final String LOG_TAG = "NotificationMgr";
96 /** The singleton NotificationMgr instance. */
97 private static NotificationMgr sInstance;
132 private NotificationMgr(PhoneGlobals app) {
145 * Initialize the singleton NotificationMgr instance.
148 * From then on, the NotificationMgr instance is available via the
149 * PhoneApp's public "notificationMgr" field, which is why there's no
152 /* package */ static NotificationMgr init(PhoneGlobals app)
    [all...]
NetworkSetting.java 333 app.notificationMgr.postTransientNotification(
334 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
350 app.notificationMgr.postTransientNotification(
351 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
358 app.notificationMgr.postTransientNotification(
359 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
CallCommandService.java 28 import com.android.phone.NotificationMgr.StatusBarHelper;
242 final StatusBarHelper statusBarHelper = PhoneGlobals.getInstance().notificationMgr.
CallHandlerServiceProxy.java 40 import com.android.phone.NotificationMgr.StatusBarHelper;
489 final StatusBarHelper statusBarHelper = PhoneGlobals.getInstance().notificationMgr.
PhoneGlobals.java 166 NotificationMgr notificationMgr;
289 notificationMgr.showDataDisconnectedRoaming();
293 notificationMgr.hideDataDisconnectedRoaming();
403 // Create the NotificationMgr singleton, which is used to display
405 notificationMgr = NotificationMgr.init(this);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 255 class NotificationTestManager extends NotificationMgr {
367 // NotificationMgr methods
    [all...]

Completed in 605 milliseconds