Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java716 static final IBinder ALLOWLIST_TOKEN = new Binder(); field in NotificationManagerService
2272 Notification.processAllowlistToken = ALLOWLIST_TOKEN; in NotificationManagerService()
7379 if (allowlistToken != null && allowlistToken != ALLOWLIST_TOKEN) {
7385 notification.overrideAllowlistToken(ALLOWLIST_TOKEN);
7533 ALLOWLIST_TOKEN, duration,
7538 ALLOWLIST_TOKEN, (FLAG_ACTIVITY_SENDER | FLAG_BROADCAST_SENDER
9712 ALLOWLIST_TOKEN);
12933 if (token != ALLOWLIST_TOKEN) {
12962 return tokens.contains(ALLOWLIST_TOKEN)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14305 NotificationManagerService.ALLOWLIST_TOKEN);
14313 .isEqualTo(NotificationManagerService.ALLOWLIST_TOKEN);
14330 .isEqualTo(NotificationManagerService.ALLOWLIST_TOKEN);
14378 NotificationManagerService.ALLOWLIST_TOKEN);
14380 NotificationManagerService.ALLOWLIST_TOKEN);
14573 NotificationManagerService.ALLOWLIST_TOKEN);
14580 NotificationManagerService.ALLOWLIST_TOKEN);
14582 NotificationManagerService.ALLOWLIST_TOKEN);