Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNeneNotificationListenerService.kt29 class NeneNotificationListenerService : NotificationListenerService() { class
52 val instance = AtomicReference<NeneNotificationListenerService?>()
DNotificationListener.kt30 NeneNotificationListenerService.connectedLatch.await() in <lambda>()
33 d.addAll(NeneNotificationListenerService.instance.get()!! in <lambda>()
DNotification.kt11 …val service = NeneNotificationListenerService.instance.get() ?: throw IllegalStateException("Canno… in cancel()
DNotifications.kt135 NeneNotificationListenerService::class.java.canonicalName in <lambda>()