Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DLocalMediaProjectionService.java85 final Notification.Builder notificationBuilder = in startForeground() local
88 final Notification notification = notificationBuilder.setOngoing(true) in startForeground()
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java113 Notification.Builder notificationBuilder = in createNotification() local
117 sNotificationManager.notify(1, notificationBuilder.build()); in createNotification()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java158 Notification.Builder notificationBuilder = new Notification.Builder(this, CHANNEL_ID); in onStartCommand() local
165 Notification notification = notificationBuilder.setOngoing(true).setContentTitle( in onStartCommand()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java158 Notification.Builder notificationBuilder = new Notification.Builder(this, CHANNEL_ID); in onStartCommand() local
165 Notification notification = notificationBuilder.setOngoing(true).setContentTitle( in onStartCommand()