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.java73 NotificationListener notificationListener = new NotificationListener(this); in createListener() local
74 mRegisteredListeners.add(notificationListener); in createListener()
77 return notificationListener; in createListener()
114 for (NotificationListener notificationListener : mRegisteredListeners) { in onNotificationPosted()
115 notificationListener.onNotificationPosted(sbn); in onNotificationPosted()
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java307 String notificationListener = DEVICE_SIDE_TEST_PKG + "/" + DEVICE_SIDE_TEST_CLASS; in setAllowGetActiveSessionForTest() local
310 + notificationListener + " " + userId; in setAllowGetActiveSessionForTest()