Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java19 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
263 if (reason == REASON_ASSISTANT_CANCEL) { in fromCancelReason()
DNotificationManagerService.java118 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
4986 reason = REASON_ASSISTANT_CANCEL;
12355 && reason == REASON_ASSISTANT_CANCEL) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionLogger.kt62 NotificationListenerService.REASON_ASSISTANT_CANCEL -> "REASON_ASSISTANT_CANCEL" in cancellationReasonDebugString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java21 import static android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL;
1186 REASON_ASSISTANT_CANCEL,
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java273 public static final int REASON_ASSISTANT_CANCEL = 22; field in NotificationListenerService
311 REASON_ASSISTANT_CANCEL,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41209 field public static final int REASON_ASSISTANT_CANCEL = 22; // 0x16