Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java593 private static final IBinder ALLOWLIST_TOKEN = new Binder(); field in NotificationManagerService
2005 Notification.processAllowlistToken = ALLOWLIST_TOKEN; in NotificationManagerService()
6330 ALLOWLIST_TOKEN, duration,
6335 ALLOWLIST_TOKEN, (FLAG_ACTIVITY_SENDER | FLAG_BROADCAST_SENDER
8375 ALLOWLIST_TOKEN);
11070 if (token != ALLOWLIST_TOKEN) {
11098 return tokens.contains(ALLOWLIST_TOKEN)