Home
last modified time | relevance | path

Searched refs:Notifications (Results 1 – 7 of 7) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DOverlayTestService.java73 String channel = Components.Notifications.CHANNEL_MAIN; in startForeground()
83 startForeground(Components.Notifications.ID_OVERLAY_TEST_SERVICE, notification); in startForeground()
DComponents.java687 public static class Notifications { class in Components
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNeneNotificationListenerService.kt43 Notifications.onNotificationPosted(Notification(sbn)) in onNotificationPosted()
DNotificationListener.kt26 class NotificationListener internal constructor(private val notifications: Notifications) :
DNotifications.kt35 object Notifications { in <lambda>() object
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.kt36 import com.android.bedstead.nene.notifications.Notifications
93 fun notifications() = Notifications
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java22 import static com.android.bedstead.nene.notifications.Notifications.LISTENER_COMPONENT;