Searched refs:notificationMgr (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DClearMissedCallsService.java58 mApp.notificationMgr.cancelMissedCallNotification();
H A DNetworkSetting.java333 app.notificationMgr.postTransientNotification(
350 app.notificationMgr.postTransientNotification(
358 app.notificationMgr.postTransientNotification(
H A DCallNotifier.java345 mApplication.notificationMgr.updateInCallNotification();
357 mApplication.notificationMgr.updateInCallNotification();
370 mApplication.notificationMgr.updateInCallNotification();
728 mApplication.notificationMgr.updateNotificationAndLaunchIncomingCallUi();
746 mApplication.notificationMgr.statusBarHelper
921 mApplication.notificationMgr.notifyMissedCall(ci.name, ci.phoneNumber,
1054 mApplication.notificationMgr.cancelCallInProgressNotifications();
1145 mApplication.notificationMgr.cancelCallInProgressNotifications();
1249 mApplication.notificationMgr.updateMwi(visible);
1263 mApplication.notificationMgr
[all...]
H A DPhoneGlobals.java169 NotificationMgr notificationMgr; field in class:PhoneGlobals
315 notificationMgr.updateInCallNotification();
319 notificationMgr.showDataDisconnectedRoaming();
323 notificationMgr.hideDataDisconnectedRoaming();
460 notificationMgr = NotificationMgr.init(this);
1632 notificationMgr.updateNetworkSelection(state);
H A DInCallScreen.java568 mApp.notificationMgr.updateInCallNotification();
847 mApp.notificationMgr.updateInCallNotification();
852 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true);
4575 mApp.notificationMgr.statusBarHelper.enableExpandedView(
4580 mApp.notificationMgr.statusBarHelper.enableExpandedView(false);
4583 mApp.notificationMgr.statusBarHelper.enableExpandedView(true);
H A DInCallTouchUi.java339 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(false);
346 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true);
H A DPhoneInterfaceManager.java600 mApp.notificationMgr.cancelMissedCallNotification();
H A DPhoneUtils.java1809 app.notificationMgr.updateSpeakerNotification(flag);
1938 app.notificationMgr.updateMuteNotification();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessagingNotification.java1165 NotificationManager notificationMgr = (NotificationManager)
1169 notificationMgr.notify(DOWNLOAD_FAILED_NOTIFICATION_ID, notification);
1171 notificationMgr.notify(MESSAGE_FAILED_NOTIFICATION_ID, notification);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java855 NotificationMgr notificationMgr, int notificationId) {
880 notificationMgr.notify(notificationId, notification);
853 postNotification(NotificationInfo info, String summaryText, Context context, boolean highPriority, NotificationPrefs prefs, NotificationMgr notificationMgr, int notificationId) argument

Completed in 3198 milliseconds