Searched defs:updateNotification (Results 1 - 4 of 4) 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/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java120 private void updateNotification() { method in class:PowerNotificationWarnings
121 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
207 updateNotification();
219 updateNotification();
233 updateNotification();
275 updateNotification();
281 updateNotification();
286 updateNotification();
/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.java645 updateNotification(sbn, rankingMap);
2364 public void updateNotification(StatusBarNotification notification, RankingMap ranking) { method in class:BaseStatusBar
2365 if (DEBUG) Log.d(TAG, "updateNotification(" + notification + ")");

Completed in 113 milliseconds