Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBugReportTest.kt60 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
73 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
94 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
155 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
172 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
189 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
220 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
DMaximumTimeOffTest.java105 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
DPermissionGrantTest.java716 try (NotificationListener notifications = TestApis.notifications().createListener()) { in grantLocationPermission_userNotified()
/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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.kt26 class NotificationListener internal constructor(private val notifications: Notifications) : in <lambda>() constant in com.android.bedstead.nene.notifications.NotificationListener
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.kt93 fun notifications() = Notifications method