Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotifications.kt55 val notificationListener = NotificationListener(this) in <lambda>() constant
56 mRegisteredListeners.add(notificationListener) in <lambda>()
58 return notificationListener in <lambda>()
93 for (notificationListener in mRegisteredListeners) { in <lambda>() method
94 notificationListener.onNotificationPosted(notification) in <lambda>()
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java371 String notificationListener = DEVICE_SIDE_TEST_PKG + "/" + DEVICE_SIDE_TEST_CLASS; in setAllowGetActiveSessionForTest() local
374 + notificationListener + " " + userId; in setAllowGetActiveSessionForTest()