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.java771 boolean removeNotification = data.readInt() != 0;
772 setServiceForeground(className, token, id, notification, removeNotification);
2768 int id, Notification notification, boolean removeNotification) throws RemoteException {
2781 data.writeInt(removeNotification ? 1 : 0);
2767 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.java905 removeNotification(key);
916 Slog.w(TAG, "removeNotification for unknown key: " + key);
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java517 public void removeNotification(IBinder key) { method in class:StatusBarManagerService
521 Slog.e(TAG, "removeNotification key not found: " + key);
526 mBar.removeNotification(key);
H A DNotificationManagerService.java1760 mStatusBar.removeNotification(old.statusBarKey);
1933 mStatusBar.removeNotification(r.statusBarKey);
/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.java11255 int id, Notification notification, boolean removeNotification) {
11258 removeNotification);
11254 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.java877 public void removeNotification(IBinder key) { method in class:TabletStatusBar
878 if (DEBUG) Slog.d(TAG, "removeNotification(" + key + ")");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java944 public void removeNotification(IBinder key) { method in class:PhoneStatusBar
946 if (SPEW) Slog.d(TAG, "removeNotification key=" + key + " old=" + old);

Completed in 299 milliseconds