Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt58 safetyCenterNotificationEvents.send(NotificationPosted(statusBarNotification)) in <lambda>()
67 safetyCenterNotificationEvents.send(NotificationRemoved(statusBarNotification)) in <lambda>()
96 private var safetyCenterNotificationEvents = in <lambda>() variable
179 safetyCenterNotificationEvents.receive() in <lambda>()
227 val event = safetyCenterNotificationEvents.receive() in <lambda>()
239 event = safetyCenterNotificationEvents.receive() in <lambda>()
370 safetyCenterNotificationEvents.cancel() in <lambda>()
371 safetyCenterNotificationEvents = Channel(capacity = Channel.UNLIMITED) in <lambda>()