Home
last modified time | relevance | path

Searched refs:mNotificationListener (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java33 private Supplier<TestNotificationListener> mNotificationListener; field in NotificationHelper
38 mNotificationListener = listener; in NotificationHelper()
74 return mNotificationListener.get().getActiveNotifications(); in getActiveNotifications()
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java109 private TestNotificationListener mNotificationListener; field in CloseSystemDialogsTest
124 mNotificationListener = TestNotificationListener.getInstance(); in setUp()
125 mNotificationHelper = new NotificationHelper(mContext, () -> mNotificationListener); in setUp()
165 mNotificationListener.resetData(); in tearDown()