Home
last modified time | relevance | path

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

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DLocalMediaProjectionService.java81 final Notification.Builder notificationBuilder = in startForeground() local
84 final Notification notification = notificationBuilder.setOngoing(true) in startForeground()
/cts/tests/tests/media/src/android/media/cts/
DLocalMediaProjectionService.java81 final Notification.Builder notificationBuilder = in startForeground() local
84 final Notification notification = notificationBuilder.setOngoing(true) in startForeground()
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java109 Notification.Builder notificationBuilder = in createNotification() local
113 sNotificationManager.notify(1, notificationBuilder.build()); in createNotification()