Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java668 private static final IBinder ALLOWLIST_TOKEN = new Binder(); field in NotificationManagerService
2060 Notification.processAllowlistToken = ALLOWLIST_TOKEN; in NotificationManagerService()
6885 ALLOWLIST_TOKEN, duration,
6890 ALLOWLIST_TOKEN, (FLAG_ACTIVITY_SENDER | FLAG_BROADCAST_SENDER
9335 ALLOWLIST_TOKEN);
12226 if (token != ALLOWLIST_TOKEN) {
12255 return tokens.contains(ALLOWLIST_TOKEN)