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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 5 public abstract class NotificationMgr {
AlertService.java 146 public static class NotificationMgrWrapper extends NotificationMgr {
201 NotificationMgr nm = new NotificationMgrWrapper(
239 public static boolean generateAlerts(Context context, NotificationMgr nm,
711 NotificationMgr notificationMgr, int notificationId) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
NetworkSetting.java 326 app.notificationMgr.postTransientNotification(
327 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
343 app.notificationMgr.postTransientNotification(
344 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
351 app.notificationMgr.postTransientNotification(
352 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
NotificationMgr.java 68 * @see PhoneGlobals.notificationMgr
70 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{
71 private static final String LOG_TAG = "NotificationMgr";
95 /** The singleton NotificationMgr instance. */
96 private static NotificationMgr sInstance;
136 private NotificationMgr(PhoneGlobals app) {
151 * Initialize the singleton NotificationMgr instance.
154 * From then on, the NotificationMgr instance is available via the
155 * PhoneApp's public "notificationMgr" field, which is why there's no
158 /* package */ static NotificationMgr init(PhoneGlobals app)
    [all...]
PhoneGlobals.java 168 NotificationMgr notificationMgr;
308 // Tell the NotificationMgr to update the "ongoing
314 notificationMgr.updateInCallNotification();
318 notificationMgr.showDataDisconnectedRoaming();
322 notificationMgr.hideDataDisconnectedRoaming();
457 // Create the NotificationMgr singleton, which is used to display
459 notificationMgr = NotificationMgr.init(this);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 257 class NotificationTestManager extends NotificationMgr {
369 // NotificationMgr methods
    [all...]

Completed in 70 milliseconds