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

/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl28 void updateNotification(IBinder key, in StatusBarNotification notification);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java52 public void updateNotification(IBinder key, StatusBarNotification notification) { method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java85 public void updateNotification(IBinder key, StatusBarNotification notification); method in interface:CommandQueue.Callbacks
133 public void updateNotification(IBinder key, StatusBarNotification notification) { method in class:CommandQueue
272 mCallbacks.updateNotification(ne.key, ne.notification);
H A DBaseStatusBar.java891 public void updateNotification(IBinder key, StatusBarNotification notification) { method in class:BaseStatusBar
892 if (DEBUG) Log.d(TAG, "updateNotification(" + key + " -> " + notification + ")");
896 Log.w(TAG, "updateNotification for unknown key: " + key);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DNotificationController.java80 updateNotification(notifyPrintJobs);
83 private void updateNotification(List<PrintJobInfo> printJobs) { method in class:NotificationController
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java511 public void updateNotification(IBinder key, StatusBarNotification notification) { method in class:StatusBarManagerService
514 throw new IllegalArgumentException("updateNotification key not found: " + key);
519 mBar.updateNotification(key, notification);
H A DNotificationManagerService.java1803 mStatusBar.updateNotification(r.statusBarKey, n);

Completed in 292 milliseconds