Home
last modified time | relevance | path

Searched refs:createListener (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/notifications/
DNotificationsTest.java89 try (NotificationListener notifications = TestApis.notifications().createListener()) { in query_notificationIsPosted_findsNotification()
100 assertThrows(NeneException.class, () -> TestApis.notifications().createListener()); in createListener_noNotificationsTestAnnotation_throwsException()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotifications.java67 public NotificationListener createListener() { in createListener() method in Notifications
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPermissionGrantTest.java638 try (NotificationListener notifications = TestApis.notifications().createListener()) { in grantLocationPermission_userNotified()