Home
last modified time | relevance | path

Searched refs:sNotificationListenerInstance (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DSecondaryNotificationListener.java34 private static SecondaryNotificationListener sNotificationListenerInstance = null; field in SecondaryNotificationListener
56 sNotificationListenerInstance = this; in onListenerConnected()
66 return sNotificationListenerInstance; in getInstance()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java48 private static TestNotificationListener sNotificationListenerInstance = null; field in TestNotificationListener
70 sNotificationListenerInstance = this; in onListenerConnected()
77 sNotificationListenerInstance = null; in onListenerDisconnected()
83 () -> sNotificationListenerInstance != null); in getInstance()
84 return sNotificationListenerInstance; in getInstance()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java57 private static TestNotificationListener sNotificationListenerInstance = null; field in TestNotificationListener
70 sNotificationListenerInstance = this; in onListenerConnected()
79 sNotificationListenerInstance = null; in onListenerDisconnected()
85 return sNotificationListenerInstance; in getInstance()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java64 private static MockListener sNotificationListenerInstance = null; field in MockListener
104 sNotificationListenerInstance = this; in onListenerConnected()
121 return sNotificationListenerInstance; in getInstance()