Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationListener/src/com/android/test/notificationlistener/
DINLSControlService.aidl22 boolean isNotificationListenerConnected(); in isNotificationListenerConnected() method
DNLSControlService.kt39 override fun isNotificationListenerConnected(): Boolean { in isNotificationListenerConnected() method in com.android.test.notificationlistener.NLSControlService.MyNLSControlService
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2300 assertFalse(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()
2305 assertTrue(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()
2310 assertFalse(mNLSControlService.isNotificationListenerConnected()); in testNotificationListenerRequestUnbind()