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

/frameworks/base/core/java/android/app/
H A DService.java484 * @param removeNotification If true, the notification previously provided
489 public final void stopForeground(boolean removeNotification) { argument
493 removeNotification);
H A DActivityManagerNative.java595 boolean removeNotification = data.readInt() != 0;
596 setServiceForeground(className, token, id, notification, removeNotification);
1781 int id, Notification notification, boolean removeNotification) throws RemoteException {
1794 data.writeInt(removeNotification ? 1 : 0);
1780 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java10954 int id, Notification notification, boolean removeNotification) {
10982 if (removeNotification) {
10953 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument

Completed in 1363 milliseconds