Searched refs:removeNotification (Results 1 - 9 of 9) 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.java641 * @param removeNotification If true, the notification previously provided
646 public final void stopForeground(boolean removeNotification) { argument
650 removeNotification);
H A DActivityManagerNative.java665 boolean removeNotification = data.readInt() != 0;
666 setServiceForeground(className, token, id, notification, removeNotification);
2301 int id, Notification notification, boolean removeNotification) throws RemoteException {
2314 data.writeInt(removeNotification ? 1 : 0);
2300 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java84 public void removeNotification(IBinder key); method in interface:CommandQueue.Callbacks
134 public void removeNotification(IBinder key) { method in class:CommandQueue
240 mCallbacks.removeNotification((IBinder)msg.obj);
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java470 public void removeNotification(IBinder key) { method in class:StatusBarManagerService
474 throw new IllegalArgumentException("removeNotification key not found: " + key);
478 mBar.removeNotification(key);
H A DNotificationManagerService.java782 mStatusBar.removeNotification(old.statusBarKey);
903 mStatusBar.removeNotification(r.statusBarKey);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java698 public void removeNotification(IBinder key) { method in class:PhoneStatusBar
699 if (SPEW) Slog.d(TAG, "removeNotification key=" + key);
987 Slog.w(TAG, "removeNotification for unknown key: " + key);
1680 removeNotification(key);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java929 public void removeNotification(IBinder key) { method in class:TabletStatusBar
930 if (DEBUG) Slog.d(TAG, "removeNotification(" + key + ")");
1261 removeNotification(key);
1381 Slog.w(TAG, "removeNotification for unknown key: " + key);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11207 int id, Notification notification, boolean removeNotification) {
11236 if (removeNotification) {
11206 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument

Completed in 391 milliseconds