Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DTestNotificationListener.java48 private static TestNotificationListener sNotificationListenerInstance = null; field in TestNotificationListener
70 sNotificationListenerInstance = this; in onListenerConnected()
78 sNotificationListenerInstance = null; in onListenerDisconnected()
84 return sNotificationListenerInstance; in getInstance()
/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()
DTestNotificationListener.java37 private static TestNotificationListener sNotificationListenerInstance = null; field in TestNotificationListener
59 sNotificationListenerInstance = this; in onListenerConnected()
69 return sNotificationListenerInstance; in getInstance()
/cts/tests/tests/notificationlegacy/notificationlegacy20/src/android/app/notification/legacy20/cts/
DTestNotificationListener.java35 private static TestNotificationListener sNotificationListenerInstance = null; field in TestNotificationListener
57 sNotificationListenerInstance = this; in onListenerConnected()
67 return sNotificationListenerInstance; in getInstance()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DTestNotificationListener.java37 sNotificationListenerInstance = null; field in TestNotificationListener
66 sNotificationListenerInstance = this; in onListenerConnected()
76 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()