Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationListener/src/com/android/test/notificationlistener/
DINotificationUriAccessService.aidl20 void ensureNotificationListenerServiceConnected(boolean connected); in ensureNotificationListenerServiceConnected() method
DNotificationUriAccessService.kt28 override fun ensureNotificationListenerServiceConnected(ensureConnected: Boolean) { in ensureNotificationListenerServiceConnected() method in com.android.test.notificationlistener.NotificationUriAccessService.MyNotificationUriAccessService
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2227 mNotificationUriAccessService.ensureNotificationListenerServiceConnected(false); in testNotificationUriPermissionsRevokedOnlyFromRemovedListeners()
2234 mNotificationUriAccessService.ensureNotificationListenerServiceConnected(true); in testNotificationUriPermissionsRevokedOnlyFromRemovedListeners()