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.kt57 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
70 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
91 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
152 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
169 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
186 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
217 TestApis.notifications().createListener().use { notifications -> in <lambda>() method
DMaximumTimeOffTest.java82 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_personalAppsAreSuspended()
117 try (NotificationListener notifications = TestApis.notifications().createListener()) { in setManagedProfileMaximumTimeOff_timesOut_notificationIsShown()
DPermissionGrantTest.java713 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) : 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