Searched defs:removeNotification (Results 1 - 9 of 9) sorted by relevance

/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.java767 boolean removeNotification = data.readInt() != 0;
768 setServiceForeground(className, token, id, notification, removeNotification);
2687 int id, Notification notification, boolean removeNotification) throws RemoteException {
2700 data.writeInt(removeNotification ? 1 : 0);
2686 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);
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java515 public void removeNotification(IBinder key) { method in class:StatusBarManagerService
519 Slog.e(TAG, "removeNotification key not found: " + key);
524 mBar.removeNotification(key);
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java369 int id, Notification notification, boolean removeNotification) {
398 if (removeNotification) {
368 setServiceForegroundLocked(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
H A DActivityManagerService.java10967 int id, Notification notification, boolean removeNotification) {
10970 removeNotification);
10966 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java871 public void removeNotification(IBinder key) { method in class:TabletStatusBar
872 if (DEBUG) Slog.d(TAG, "removeNotification(" + key + ")");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java931 public void removeNotification(IBinder key) { method in class:PhoneStatusBar
933 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);

Completed in 181 milliseconds