Home
last modified time | relevance | path

Searched defs:removeNotification (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java85 public boolean removeNotification(String pkg, String key) { in removeNotification() method in ForegroundServicesUserState
100 public boolean removeNotification(ArrayMap<String, ArraySet<String>> map, in removeNotification() method in ForegroundServicesUserState
DForegroundServiceNotificationListener.java83 private void removeNotification(StatusBarNotification sbn) { in removeNotification() method in ForegroundServiceNotificationListener
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNotificationListenerController.java80 void removeNotification(StatusBarNotification sbn); in removeNotification() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java164 public void removeNotification(StatusBarNotification sbn) { in getProvider() method in NotificationListenerWithPlugins
DStatusBarNotificationActivityStarter.java351 final Runnable removeNotification = in handleNotificationClickAfterPanelCollapsed() local
387 final Runnable removeNotification = in onDragSuccess() local
DHeadsUpManagerPhone.java313 public boolean removeNotification(@NonNull String key, boolean releaseImmediately, in removeNotification() method in HeadsUpManagerPhone
/frameworks/base/core/java/android/app/
DService.java818 public final void stopForeground(boolean removeNotification) { in stopForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java75 public boolean removeNotification(@NonNull String key, boolean releaseImmediately) { in removeNotification() method in AlertingNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt772 fun removeNotification(key: String, releaseImmediately: Boolean) in updateNotification() method
786 override fun removeNotification(key: String, releaseImmediately: Boolean) { in updateNotification() method in com.android.systemui.statusbar.notification.collection.coordinator.HunMutatorImpl
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java461 private void resetTaskAndStop(boolean removeNotification) { in resetTaskAndStop()