HomeSort by relevance Sort by last modified time
    Searched refs:MockNotificationListener (Results 1 - 4 of 4) sorted by null

  /cts/tests/app/app/src/android/app/stubs/
MockNotificationListener.java 25 public class MockNotificationListener extends NotificationListenerService {
35 private static MockNotificationListener sNotificationListenerInstance = null;
39 return String.format("%s/%s", MockNotificationListener.class.getPackage().getName(),
40 MockNotificationListener.class.getName());
44 return new ComponentName(MockNotificationListener.class.getPackage().getName(),
45 MockNotificationListener.class.getName());
66 public static MockNotificationListener getInstance() {
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
MockNotificationListener.java 25 public class MockNotificationListener extends NotificationListenerService {
35 private static MockNotificationListener sNotificationListenerInstance = null;
39 return String.format("%s/%s", MockNotificationListener.class.getPackage().getName(),
40 MockNotificationListener.class.getName());
44 return new ComponentName(MockNotificationListener.class.getPackage().getName(),
45 MockNotificationListener.class.getName());
66 public static MockNotificationListener getInstance() {
LegacyNotificationManagerTest.java 68 private MockNotificationListener mListener;
73 toggleListenerAccess(MockNotificationListener.getId(),
173 toggleListenerAccess(MockNotificationListener.getId(),
177 mListener = MockNotificationListener.getInstance();
197 toggleListenerAccess(MockNotificationListener.getId(),
281 final ComponentName listenerComponent = MockNotificationListener.getComponentName();
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 37 import android.app.stubs.MockNotificationListener;
79 private MockNotificationListener mListener;
113 toggleListenerAccess(MockNotificationListener.getId(),
477 toggleListenerAccess(MockNotificationListener.getId(),
481 mListener = MockNotificationListener.getInstance();
    [all...]

Completed in 141 milliseconds