Home
last modified time | relevance | path

Searched refs:onListenerDisconnected (Results 1 – 12 of 12) sorted by relevance

/cts/tests/app/NotificationListener/src/com/android/test/notificationlistener/
DTestNotificationListener.kt30 override fun onListenerDisconnected() { in onListenerDisconnected() method in com.android.test.notificationlistener.TestNotificationListener
31 super.onListenerDisconnected() in onListenerDisconnected()
/cts/tests/tests/permission/src/android/permission/cts/
DNotificationListener.java49 public void onListenerDisconnected() { in onListenerDisconnected() method in NotificationListener
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileNotificationListenerService.java53 public void onListenerDisconnected() { in onListenerDisconnected() method in CrossProfileNotificationListenerService
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java61 public void onListenerDisconnected() { in onListenerDisconnected() method in SecondaryNotificationListener
DTestNotificationListener.java64 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java62 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
/cts/tests/tests/systemui/src/android/systemui/cts/
DNotificationListener.kt39 override fun onListenerDisconnected() { in onListenerDisconnected() method in android.systemui.cts.NotificationListener
/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java76 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java71 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
DTestNotificationAssistant.java71 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationAssistant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java109 public void onListenerDisconnected() { in onListenerDisconnected() method in MockListener
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2873 listener.onListenerDisconnected(); in testNotificationListenerMethods()