Searched defs:notifications (Results 1 – 6 of 6) sorted by relevance
60 TestApis.notifications().createListener().use { notifications -> in <lambda>() method73 TestApis.notifications().createListener().use { notifications -> in <lambda>() method94 TestApis.notifications().createListener().use { notifications -> in <lambda>() method155 TestApis.notifications().createListener().use { notifications -> in <lambda>() method172 TestApis.notifications().createListener().use { notifications -> in <lambda>() method189 TestApis.notifications().createListener().use { notifications -> in <lambda>() method220 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
105 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
716 try (NotificationListener notifications = TestApis.notifications().createListener()) { in grantLocationPermission_userNotified()
92 try (NotificationListener notifications = TestApis.notifications().createListener()) { in query_notificationIsPosted_findsNotification()
26 class NotificationListener internal constructor(private val notifications: Notifications) : in <lambda>() constant in com.android.bedstead.nene.notifications.NotificationListener
93 fun notifications() = Notifications method