Searched refs:notificationListener (Results 1 – 2 of 2) sorted by relevance
55 val notificationListener = NotificationListener(this) in <lambda>() constant56 mRegisteredListeners.add(notificationListener) in <lambda>()58 return notificationListener in <lambda>()93 for (notificationListener in mRegisteredListeners) { in <lambda>() method94 notificationListener.onNotificationPosted(notification) in <lambda>()
371 String notificationListener = DEVICE_SIDE_TEST_PKG + "/" + DEVICE_SIDE_TEST_CLASS; in setAllowGetActiveSessionForTest() local374 + notificationListener + " " + userId; in setAllowGetActiveSessionForTest()