Searched refs:cancelAllNotifications (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 51 void cancelAllNotifications(String pkg, int userId); in cancelAllNotifications() method
|
D | NotificationManager.java | 880 service.cancelAllNotifications(pkg, mContext.getUserId()); in cancelAll()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2387 mBinderService.cancelAllNotifications(mPkg, sbn.getUserId()); in testCancelAllNotificationsImmediatelyAfterEnqueue() 2434 mBinderService.cancelAllNotifications(mPkg, parent.getSbn().getUserId()); in testCancelAllNotificationsCancelsChildren() 2447 mBinderService.cancelAllNotifications(mPkg, sbn.getUserId()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash() 2532 mBinderService.cancelAllNotifications(mPkg, sbn.getUserId()); in testCancelAllNotifications_IgnoreForegroundService() 2550 mBinderService.cancelAllNotifications(mPkg, sbn.getUserId()); in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() 2567 mBinderService.cancelAllNotifications("other_pkg_name", sbn.getUserId()); in testCancelAllNotifications_IgnoreOtherPackages() 2581 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgRemovesAll() 2596 mBinderService.cancelAllNotifications(null, sbn.getUserId()); in testCancelAllNotifications_NullPkgIgnoresUserAllNotifications() 2611 mBinderService.cancelAllNotifications(mPkg, sbn.getUserId()); in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag() 2756 mBinderService.cancelAllNotifications(mPkg, notif.getSbn().getUserId()); in testAppCancelAllDoesNotCancelLifetimeExtended() [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 765 public final void cancelAllNotifications() { in cancelAllNotifications() method in NotificationListenerService
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1229 cancelAllNotifications(); in handleMessage() 4481 private void cancelAllNotifications() { in cancelAllNotifications() method in ServiceStateTracker
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3786 public void cancelAllNotifications(String pkg, int userId) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1933 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27043 method public final void cancelAllNotifications();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1933 HSPLandroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V
|
/frameworks/base/core/api/ |
D | current.txt | 41152 method public final void cancelAllNotifications();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 6417 Landroid/app/INotificationManager$Stub$Proxy;->cancelAllNotifications(Ljava/lang/String;I)V
|