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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java85 removeNotification();
246 private void removeNotification() { method in class:NotificationController
/frameworks/base/core/java/android/app/
H A DService.java661 * @param removeNotification If true, the notification previously provided
666 public final void stopForeground(boolean removeNotification) { argument
670 removeNotification);
H A DActivityManagerNative.java940 boolean removeNotification = data.readInt() != 0;
941 setServiceForeground(className, token, id, notification, removeNotification);
3484 int id, Notification notification, boolean removeNotification) throws RemoteException {
3497 data.writeInt(removeNotification ? 1 : 0);
3483 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.java58 public void removeNotification(String key, RankingMap ranking) { method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java445 removeNotification(sbn.getKey(), rankingMap);
467 removeNotification(sbn.getKey(), rankingMap);
1673 removeNotification(n.getKey(), null);
1685 Log.w(TAG, "removeNotification for unknown key: " + key);
1826 public abstract void removeNotification(String key, RankingMap ranking); method in class:BaseStatusBar
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java576 int id, Notification notification, boolean removeNotification) {
606 if (removeNotification) {
575 setServiceForegroundLocked(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
H A DActivityManagerService.java15154 int id, Notification notification, boolean removeNotification) {
15157 removeNotification);
15153 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.java1405 public void removeNotification(String key, RankingMap ranking) { method in class:PhoneStatusBar
1412 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);

Completed in 237 milliseconds