Home
last modified time | relevance | path

Searched refs:NotificationHelper (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java27 public class NotificationHelper { class
35 public NotificationHelper(Context context, Supplier<TestNotificationListener> listener) { in NotificationHelper() method in NotificationHelper
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java35 import android.app.cts.android.app.cts.tools.NotificationHelper;
110 private NotificationHelper mNotificationHelper;
125 mNotificationHelper = new NotificationHelper(mContext, () -> mNotificationListener); in setUp()
DNotificationManagerTest.java51 import static android.app.cts.android.app.cts.tools.NotificationHelper.MAX_WAIT_TIME;
52 import static android.app.cts.android.app.cts.tools.NotificationHelper.SHORT_WAIT_TIME;
81 import android.app.cts.android.app.cts.tools.NotificationHelper;
225 private NotificationHelper mNotificationHelper;
238 mNotificationHelper = new NotificationHelper(mContext, () -> mListener); in setUp()