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

  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 57 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{
58 private static final String LOG_TAG = "NotificationMgr";
80 private static NotificationMgr sMe = null;
112 NotificationMgr(Context context) {
125 sMe = new NotificationMgr(context);
131 static NotificationMgr getDefault() {
705 if (DBG) log("CallerInfo query complete (for NotificationMgr), "
    [all...]
PhoneApp.java 269 // Tell the NotificationMgr to update the "ongoing
275 NotificationMgr.getDefault().updateInCallNotification();
279 NotificationMgr.getDefault().showDataDisconnectedRoaming();
283 NotificationMgr.getDefault().hideDataDisconnectedRoaming();
411 NotificationMgr.init(this);
    [all...]

Completed in 94 milliseconds