Searched defs:updateNotification (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java94 updateNotification();
105 updateNotification();
133 updateNotification();
140 updateNotification();
146 private void updateNotification() { method in class:NotificationHelper
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java80 updateNotification(notifyPrintJobs);
83 private void updateNotification(List<PrintJobInfo> printJobs) { method in class:NotificationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java131 updateNotification();
134 private void updateNotification() { method in class:PowerNotificationWarnings
135 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
235 updateNotification();
263 updateNotification();
275 updateNotification();
293 updateNotification();
335 updateNotification();
341 updateNotification();
346 updateNotification();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java174 updateNotification(headsUp, true);
181 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { method in class:HeadsUpManager
182 if (DEBUG) Log.v(TAG, "updateNotification");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java492 updateNotification(sbn, rankingMap);
1843 public void updateNotification(StatusBarNotification notification, RankingMap ranking) { method in class:BaseStatusBar
1844 if (DEBUG) Log.d(TAG, "updateNotification(" + notification + ")");

Completed in 409 milliseconds