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

  /packages/apps/Phone/src/com/android/phone/
NetworkSetting.java 324 NotificationMgr.getDefault().postTransientNotification(
325 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
340 NotificationMgr.getDefault().postTransientNotification(
341 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
347 NotificationMgr.getDefault().postTransientNotification(
348 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
NotificationMgr.java 57 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{
58 private static final String LOG_TAG = "NotificationMgr";
79 private static NotificationMgr sMe = null;
110 NotificationMgr(Context context) {
122 sMe = new NotificationMgr(context);
128 static NotificationMgr getDefault() {
745 Log.w(LOG_TAG, "NotificationMgr.updateMwi: getVoiceMailNumber() failed after "
    [all...]
CallNotifier.java 336 NotificationMgr.getDefault().updateInCallNotification();
347 NotificationMgr.getDefault().updateInCallNotification();
604 NotificationMgr.getDefault().getStatusBarMgr()
669 NotificationMgr.getDefault().updateInCallNotification();
    [all...]
PhoneApp.java 263 // Tell the NotificationMgr to update the "ongoing
268 NotificationMgr.getDefault().updateInCallNotification();
272 NotificationMgr.getDefault().showDataDisconnectedRoaming();
276 NotificationMgr.getDefault().hideDataDisconnectedRoaming();
400 NotificationMgr.init(this);
    [all...]
PhoneInterfaceManager.java 522 NotificationMgr.getDefault().cancelMissedCallNotification();
PhoneUtils.java     [all...]
InCallScreen.java 676 NotificationMgr.getDefault().getStatusBarMgr().enableExpandedView(false);
    [all...]

Completed in 4959 milliseconds