Home
last modified time | relevance | path

Searched refs:REASON_CANCEL_ALL (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt55 reason == NotificationListenerService.REASON_CANCEL_ALL ||
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionLogger.kt43 NotificationListenerService.REASON_CANCEL_ALL -> "REASON_CANCEL_ALL"
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java23 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
1167 REASON_CANCEL_ALL,
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java233 public static final int REASON_CANCEL_ALL = 3; field in NotificationListenerService
290 REASON_CANCEL_ALL,
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java96 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
1132 cancelAllLocked(callingUid, callingPid, userId, REASON_CANCEL_ALL, null,
7688 || mReason == REASON_CANCEL_ALL) {
9379 case REASON_CANCEL_ALL:
9777 || REASON_CANCEL_ALL == reason) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java528 NotificationListenerService.REASON_CANCEL_ALL); in testUncacheShortcutsWhenNotificationsDismissed()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto108 REASON_CANCEL_ALL = 3; enumerator
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40953 field public static final int REASON_CANCEL_ALL = 3; // 0x3