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

  /packages/apps/Phone/src/com/android/phone/
NetworkSetting.java 325 app.notificationMgr.postTransientNotification(
326 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
342 app.notificationMgr.postTransientNotification(
343 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
350 app.notificationMgr.postTransientNotification(
351 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
NotificationMgr.java 60 * @see PhoneApp.notificationMgr
62 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{
63 private static final String LOG_TAG = "NotificationMgr";
85 /** The singleton NotificationMgr instance. */
86 private static NotificationMgr sInstance;
126 private NotificationMgr(PhoneApp app) {
141 * Initialize the singleton NotificationMgr instance.
144 * From then on, the NotificationMgr instance is available via the
145 * PhoneApp's public "notificationMgr" field, which is why there's no
148 /* package */ static NotificationMgr init(PhoneApp app)
    [all...]
PhoneApp.java 148 NotificationMgr notificationMgr;
287 // Tell the NotificationMgr to update the "ongoing
293 notificationMgr.updateInCallNotification();
297 notificationMgr.showDataDisconnectedRoaming();
301 notificationMgr.hideDataDisconnectedRoaming();
435 // Create the NotificationMgr singleton, which is used to display
437 notificationMgr = NotificationMgr.init(this);
    [all...]

Completed in 34 milliseconds