Searched refs:removeNotification (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java663 * @param removeNotification If true, the notification previously provided
668 public final void stopForeground(boolean removeNotification) { argument
672 removeNotification);
H A DActivityManagerNative.java967 boolean removeNotification = data.readInt() != 0;
968 setServiceForeground(className, token, id, notification, removeNotification);
3721 int id, Notification notification, boolean removeNotification) throws RemoteException {
3734 data.writeInt(removeNotification ? 1 : 0);
3720 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/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java85 removeNotification();
246 private void removeNotification() { method in class:NotificationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java172 public void removeNotification(ExpandableNotificationRow row) { method in class:NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java480 removeNotification(key, rankingMap);
505 removeNotification(key, rankingMap);
1732 removeNotification(n.getKey(), null);
1744 Log.w(TAG, "removeNotification for unknown key: " + key);
1898 public abstract void removeNotification(String key, RankingMap ranking); method in class:BaseStatusBar
H A DExpandableNotificationRow.java219 mChildrenContainer.removeNotification(row);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java263 public boolean removeNotification(String key) { method in class:HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1240 public void removeNotification(String key, RankingMap ranking) { method in class:PhoneStatusBar
1243 deferRemoval = !mHeadsUpManager.removeNotification(key);
1255 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
2040 removeNotification(entry.key, mLatestRankingMap);
2057 mHeadsUpManager.removeNotification(key);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java586 int id, Notification notification, boolean removeNotification) {
616 if (removeNotification) {
585 setServiceForegroundLocked(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
H A DActivityManagerService.java15818 int id, Notification notification, boolean removeNotification) {
15821 removeNotification);
15817 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument

Completed in 305 milliseconds