Home
last modified time | relevance | path

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

/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java58 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/
DLocalForegroundServiceLocation.java48 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local
51 notificationChannelId, notificationChannelId, in onStartCommand()
DLocalForegroundService.java79 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local
82 notificationChannelId, notificationChannelId, in onStartCommand()
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java123 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/
DDeviceTest.java80 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/
DNotificationUtils.java103 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/
DDeviceTest.java83 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/
DCVE_2022_20482.java51 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/
DDeviceTest.java123 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/
DDeviceTest.java142 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/
DStatsdCtsForegroundActivity.java176 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/
DDeviceTest.java73 context.getString(R.string.notificationChannelId), in testPocCVE_2023_21144()