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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceController.java30 void updateNotification(StatusBarNotification sbn, int newImportance); method in interface:ForegroundServiceController
H A DForegroundServiceControllerImpl.java61 updateNotification(sbn, importance);
89 public void updateNotification(StatusBarNotification sbn, int newImportance) { method in class:ForegroundServiceControllerImpl
/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.java141 private void updateNotification() { method in class:PowerNotificationWarnings
142 if (DEBUG) Slog.d(TAG, "updateNotification mWarning=" + mWarning + " mPlaySound="
315 updateNotification();
327 updateNotification();
341 updateNotification();
352 updateNotification();
358 updateNotification();
363 updateNotification();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java188 updateNotification(headsUp, true);
195 public void updateNotification(NotificationData.Entry headsUp, boolean alert) { method in class:HeadsUpManager
196 if (DEBUG) Log.v(TAG, "updateNotification");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java348 public void updateNotification(NotificationData.Entry entry) { method in class:ExpandableNotificationRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1794 updateNotification(newSbn, null);
2805 mHeadsUpManager.updateNotification(entry, alertAgain);
6198 updateNotification(sbn, rankingMap);
6790 updateNotification(entry, pmUser, sbn, entry.row);
6795 updateNotification(entry, pmUser, sbn, row);
6839 private void updateNotification(Entry entry, PackageManager pmUser, method in class:StatusBar
6870 row.updateNotification(entry);
7370 public void updateNotification(StatusBarNotification notification, RankingMap ranking) method in class:StatusBar
7372 if (DEBUG) Log.d(TAG, "updateNotification(" + notification + ")");
7397 mForegroundServiceController.updateNotification(notificatio
[all...]

Completed in 2064 milliseconds