Searched defs:notifications (Results 1 – 6 of 6) sorted by relevance
57 TestApis.notifications().createListener().use { notifications -> in <lambda>() method70 TestApis.notifications().createListener().use { notifications -> in <lambda>() method91 TestApis.notifications().createListener().use { notifications -> in <lambda>() method152 TestApis.notifications().createListener().use { notifications -> in <lambda>() method169 TestApis.notifications().createListener().use { notifications -> in <lambda>() method186 TestApis.notifications().createListener().use { notifications -> in <lambda>() method217 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
82 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_personalAppsAreSuspended()117 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
713 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) : constant in com.android.bedstead.nene.notifications.NotificationListener
93 fun notifications() = Notifications method