Home
last modified time | relevance | path

Searched refs:REASON_ASSISTANT_CANCEL (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java19 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
263 if (reason == REASON_ASSISTANT_CANCEL) { in fromCancelReason()
H A DNotificationManagerService.java94 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
4601 reason = REASON_ASSISTANT_CANCEL;
4883 cancelReason = REASON_ASSISTANT_CANCEL;
11737 && reason == REASON_ASSISTANT_CANCEL) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionLogger.kt62 NotificationListenerService.REASON_ASSISTANT_CANCEL -> "REASON_ASSISTANT_CANCEL"
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java21 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
1186 REASON_ASSISTANT_CANCEL,
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java271 public static final int REASON_ASSISTANT_CANCEL = 22; field in NotificationListenerService
309 REASON_ASSISTANT_CANCEL,
/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.txt40951 field public static final int REASON_ASSISTANT_CANCEL = 22; // 0x16