Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DService.java658 public final void stopForeground(boolean removeNotification) { in stopForeground() argument
662 removeNotification); in stopForeground()
DActivityManagerNative.java767 boolean removeNotification = data.readInt() != 0; in onTransact()
768 setServiceForeground(className, token, id, notification, removeNotification); in onTransact()
2702 int id, Notification notification, boolean removeNotification) throws RemoteException { in setServiceForeground() argument
2715 data.writeInt(removeNotification ? 1 : 0); in setServiceForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java86 public void removeNotification(IBinder key); in removeNotification() method
142 public void removeNotification(IBinder key) { in removeNotification() method in CommandQueue
276 mCallbacks.removeNotification((IBinder)msg.obj); in handleMessage()
DBaseStatusBar.java880 removeNotification(key);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl29 void removeNotification(IBinder key); in removeNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java56 public void removeNotification(IBinder key) { in removeNotification() method in TvStatusBar
/frameworks/base/services/java/com/android/server/
DStatusBarManagerService.java517 public void removeNotification(IBinder key) { in removeNotification() method in StatusBarManagerService
526 mBar.removeNotification(key); in removeNotification()
DNotificationManagerService.java1071 mStatusBar.removeNotification(old.statusBarKey); in enqueueNotificationInternal()
1236 mStatusBar.removeNotification(r.statusBarKey); in cancelNotificationLocked()
/frameworks/base/services/java/com/android/server/am/
DActiveServices.java369 int id, Notification notification, boolean removeNotification) { in setServiceForegroundLocked() argument
398 if (removeNotification) { in setServiceForegroundLocked()
DActivityManagerService.java10978 int id, Notification notification, boolean removeNotification) { in setServiceForeground() argument
10981 removeNotification); in setServiceForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java871 public void removeNotification(IBinder key) { in removeNotification() method in TabletStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java931 public void removeNotification(IBinder key) { in removeNotification() method in PhoneStatusBar