Searched refs:removeNotification (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl29 void removeNotification(IBinder key);
/frameworks/base/core/java/android/app/
H A DService.java653 * @param removeNotification If true, the notification previously provided
658 public final void stopForeground(boolean removeNotification) { argument
662 removeNotification);
H A DActivityManagerNative.java842 boolean removeNotification = data.readInt() != 0;
843 setServiceForeground(className, token, id, notification, removeNotification);
3018 int id, Notification notification, boolean removeNotification) throws RemoteException {
3031 data.writeInt(removeNotification ? 1 : 0);
3017 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java56 public void removeNotification(IBinder key) { method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java86 public void removeNotification(IBinder key); method in interface:CommandQueue.Callbacks
142 public void removeNotification(IBinder key) { method in class:CommandQueue
276 mCallbacks.removeNotification((IBinder)msg.obj);
H A DBaseStatusBar.java789 removeNotification(key);
800 Log.w(TAG, "removeNotification for unknown key: " + key);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DNotificationController.java85 removeNotification();
236 private void removeNotification() { method in class:NotificationController
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java526 public void removeNotification(IBinder key) { method in class:StatusBarManagerService
530 Slog.e(TAG, "removeNotification key not found: " + key);
535 mBar.removeNotification(key);
H A DNotificationManagerService.java1832 mStatusBar.removeNotification(old.statusBarKey);
2017 mStatusBar.removeNotification(r.statusBarKey);
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java547 int id, Notification notification, boolean removeNotification) {
577 if (removeNotification) {
546 setServiceForegroundLocked(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
H A DActivityManagerService.java12667 int id, Notification notification, boolean removeNotification) {
12670 removeNotification);
12666 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java961 public void removeNotification(IBinder key) { method in class:PhoneStatusBar
963 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);

Completed in 941 milliseconds