Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/permission/permissionTestUtilLib/src/android/permission/cts/
DCtsNotificationListenerServiceUtils.kt62 val notifications = getNotifications(packageName) in <lambda>() constant
82 val notifications: MutableList<StatusBarNotification> = ArrayList() in <lambda>() constant
105 val notifications: List<StatusBarNotification> = getNotifications(pkg) in <lambda>() constant
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.java37 NotificationListener(Notifications notifications) { in NotificationListener()
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java92 try (NotificationListener notifications = TestApis.notifications().createListener()) { in query_notificationIsPosted_findsNotification()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DMaximumTimeOffTest.java119 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
DPermissionGrantTest.java710 try (NotificationListener notifications = TestApis.notifications().createListener()) { in grantLocationPermission_userNotified()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.java94 public static Notifications notifications() { in notifications() method in TestApis