/cts/hostsidetests/systemui/app/src/android/systemui/cts/ |
D | TestNotificationActivity.java | 58 final String notificationChannelId = "SystemUiCtsChannel"; in doShowNotification() local 61 NotificationChannel channel = new NotificationChannel(notificationChannelId, "SystemUi Cts", in doShowNotification() 68 new Notification.Builder(this, notificationChannelId) in doShowNotification()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LocalForegroundServiceLocation.java | 48 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local 51 notificationChannelId, notificationChannelId, in onStartCommand()
|
D | LocalForegroundService.java | 79 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local 82 notificationChannelId, notificationChannelId, in onStartCommand()
|
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/ |
D | LocalForegroundServiceBase.java | 123 final String notificationChannelId = getNotificationChannelId(); in startForeground() local 126 notificationChannelId, notificationChannelId, in startForeground() 132 new Notification.Builder(this, notificationChannelId) in startForeground()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/ |
D | DeviceTest.java | 80 final String notificationChannelId = "notification_channel_id"; in testPocCVE_2023_21288() local 82 new Notification.Builder(context, notificationChannelId) in testPocCVE_2023_21288() 95 new Notification.Builder(context, notificationChannelId) in testPocCVE_2023_21288() 107 notificationChannelId, in testPocCVE_2023_21288()
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | NotificationUtils.java | 103 public static void deleteNotificationChannel(Context c, String notificationChannelId){ in deleteNotificationChannel() argument 107 notificationManager.deleteNotificationChannel(notificationChannelId); in deleteNotificationChannel() 111 + " call channel with id=[%s]", e, notificationChannelId)); in deleteNotificationChannel()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/ |
D | DeviceTest.java | 83 String notificationChannelId = "notification_channel_id"; in testWearableExtenderUri() local 95 new Notification.Builder(context, notificationChannelId) in testWearableExtenderUri() 112 notificationChannelId, in testWearableExtenderUri()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2022_20482.java | 51 final String notificationChannelId = "NotificationChannelId"; in testPocCVE_2022_20482() local 66 String uniqueNotificationChannelId = notificationChannelId + i; in testPocCVE_2022_20482()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/ |
D | DeviceTest.java | 123 String notificationChannelId = "notification_channel_id"; in testCallStyleNotification() local 127 new Notification.Builder(context, notificationChannelId) in testCallStyleNotification() 138 notificationChannelId, in testCallStyleNotification()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/ |
D | DeviceTest.java | 142 String notificationChannelId = "notificationChannelId"; in testPocCVE_2023_40073() local 145 notificationChannelId, in testPocCVE_2023_40073() 154 new Notification.Builder(context, notificationChannelId) in testPocCVE_2023_40073()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdCtsForegroundActivity.java | 176 final String notificationChannelId = "StatsdCtsChannel"; in doShowNotification() local 179 NotificationChannel channel = new NotificationChannel(notificationChannelId, "Statsd Cts", in doShowNotification() 186 new Notification.Builder(this, notificationChannelId) in doShowNotification()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/ |
D | DeviceTest.java | 73 context.getString(R.string.notificationChannelId), in testPocCVE_2023_21144()
|