/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationListener.java | 149 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListener 162 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListener 302 void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap); in onNotificationRemoved() method 303 void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, int reason); in onNotificationRemoved() method
|
H A D | NotificationMediaManager.java | 258 public void onNotificationRemoved(String key) { in onNotificationRemoved() method in NotificationMediaManager
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
H A D | NotificationStatsLogger.kt | 42 fun onNotificationRemoved(key: String) method
|
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
D | TvNotificationHandler.java | 79 public void onNotificationRemoved(StatusBarNotification sbn, in onNotificationRemoved() method in TvNotificationHandler 93 public void onNotificationRemoved(StatusBarNotification sbn, in onNotificationRemoved() method in TvNotificationHandler
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
H A D | MediaDataManager.kt | 75 fun onNotificationRemoved(key: String) in setInactive() method
|
/aosp_15_r20/cts/tests/app/shared/src/android/app/stubs/shared/ |
H A D | TestNotificationListener.java | 143 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationListener 159 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationListener
|
H A D | TestNotificationAssistant.java | 202 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationAssistant 215 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in TestNotificationAssistant
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | MockListener.java | 180 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in MockListener 189 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in MockListener
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationListener.java | 246 public void onNotificationRemoved(final StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListener 326 void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() method
|
/aosp_15_r20/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 507 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in NotificationListenerService 529 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in NotificationListenerService 551 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in NotificationListenerService 564 public void onNotificationRemoved(@NonNull StatusBarNotification sbn, in onNotificationRemoved() method in NotificationListenerService 1529 public void onNotificationRemoved(IStatusBarNotificationHolder sbnHolder, in onNotificationRemoved() method in NotificationListenerService.NotificationListenerWrapper
|
H A D | INotificationListener.aidl | 41 void onNotificationRemoved(in IStatusBarNotificationHolder notificationHolder, in onNotificationRemoved() method
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
H A D | CrossProfileNotificationListenerService.java | 40 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CrossProfileNotificationListenerService
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricNotificationLogger.java | 68 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in BiometricNotificationLogger
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLogger.java | 27 public abstract void onNotificationRemoved(@org.jetbrains.annotations.NotNull() in onNotificationRemoved() method
|
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
H A D | SecondaryNotificationListener.java | 81 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in SecondaryNotificationListener
|
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | NotificationListenerController.java | 45 default boolean onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupDataProvider.java | 79 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() method in PopupDataProvider
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | NotificationListener.kt | 32 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in com.android.wm.shell.flicker.utils.NotificationListener
|
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
H A D | TestNotificationListener.java | 134 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationRemoved() method in TestNotificationListener
|
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/ |
H A D | NotificationListener.kt | 30 override fun onNotificationRemoved(sbn: StatusBarNotification) { in onNotificationRemoved() method in android.systemui.cts.NotificationListener
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
D | TestNotificationService.java | 133 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in TestNotificationService
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataManager.java | 90 public abstract void onNotificationRemoved(@org.jetbrains.annotations.NotNull() in onNotificationRemoved() method
|
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationListener.java | 156 public void onNotificationRemoved(StatusBarNotification sbn) { in onNotificationRemoved() method in CarNotificationListener
|
/aosp_15_r20/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
D | Assistant.java | 265 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved() method in Assistant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaCarouselInteractor.java | 187 public void onNotificationRemoved(@org.jetbrains.annotations.NotNull() in onNotificationRemoved() method in MediaCarouselInteractor
|