Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionLogger.kt57 NotificationListenerService.REASON_CHANNEL_BANNED -> "REASON_CHANNEL_BANNED"
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java24 import static android.service.notification.NotificationListenerService.REASON_CHANNEL_BANNED;
1181 REASON_CHANNEL_BANNED,
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java261 public static final int REASON_CHANNEL_BANNED = 17; field in NotificationListenerService
304 REASON_CHANNEL_BANNED,
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java97 import static android.service.notification.NotificationListenerService.REASON_CHANNEL_BANNED;
2864 UserHandle.getUserId(uid), REASON_CHANNEL_BANNED
2872 profileId, REASON_CHANNEL_BANNED
11732 reason = REASON_CHANNEL_BANNED;
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto150 REASON_CHANNEL_BANNED = 17; 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.txt40954 field public static final int REASON_CHANNEL_BANNED = 17; // 0x11