Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java593 private static final IBinder ALLOWLIST_TOKEN = new Binder(); field in NotificationManagerService
1904 Notification.processAllowlistToken = ALLOWLIST_TOKEN; in NotificationManagerService()
6228 ALLOWLIST_TOKEN, duration,
6233 ALLOWLIST_TOKEN, (FLAG_ACTIVITY_SENDER | FLAG_BROADCAST_SENDER
8395 ALLOWLIST_TOKEN);
11102 if (token != ALLOWLIST_TOKEN) {
11130 return tokens.contains(ALLOWLIST_TOKEN)