HomeSort by relevance Sort by last modified time
    Searched defs:onListenerConnected (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
TestNotificationAssistant.java 54 public void onListenerConnected() {
55 super.onListenerConnected();
TestNotificationListener.java 57 public void onListenerConnected() {
58 super.onListenerConnected();
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 46 public void onListenerConnected() {
47 Log.i(TAG, "onListenerConnected() " + android.os.Process.myPid());
  /cts/tests/tests/permission/src/android/permission/cts/
NotificationListener.java 30 public void onListenerConnected() {
  /cts/tests/app/app/src/android/app/stubs/
TestNotificationListener.java 55 public void onListenerConnected() {
56 super.onListenerConnected();
  /cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
TestNotificationListener.java 55 public void onListenerConnected() {
56 super.onListenerConnected();
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
SecondaryNotificationListener.java 54 public void onListenerConnected() {
55 super.onListenerConnected();
TestNotificationListener.java 55 public void onListenerConnected() {
56 super.onListenerConnected();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 36 public void onListenerConnected() {
37 Log.d(TAG, "onListenerConnected()");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 91 public void onListenerConnected() {
92 super.onListenerConnected();
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java     [all...]

Completed in 271 milliseconds