Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNotificationListener.java49 public void onListenerDisconnected() { in onListenerDisconnected() method in NotificationListener
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationAssistant.java61 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationAssistant
DTestNotificationListener.java64 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
/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.java62 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/app/app/src/android/app/stubs/
DTestNotificationListener.java62 public void onListenerDisconnected() { in onListenerDisconnected() method in TestNotificationListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java100 public void onListenerDisconnected() { in onListenerDisconnected() method in MockListener
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2216 listener.onListenerDisconnected(); in testNotificationListenerMethods()