Searched defs:notifications (Results 1 – 6 of 6) sorted by relevance
62 val notifications = getNotifications(packageName) in <lambda>() constant82 val notifications: MutableList<StatusBarNotification> = ArrayList() in <lambda>() constant105 val notifications: List<StatusBarNotification> = getNotifications(pkg) in <lambda>() constant
37 NotificationListener(Notifications notifications) { in NotificationListener()
92 try (NotificationListener notifications = TestApis.notifications().createListener()) { in query_notificationIsPosted_findsNotification()
119 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
710 try (NotificationListener notifications = TestApis.notifications().createListener()) { in grantLocationPermission_userNotified()
94 public static Notifications notifications() { in notifications() method in TestApis