Searched refs:NotificationHelper (Results 1 – 3 of 3) sorted by relevance
27 public class NotificationHelper { class35 public NotificationHelper(Context context, Supplier<TestNotificationListener> listener) { in NotificationHelper() method in NotificationHelper
35 import android.app.cts.android.app.cts.tools.NotificationHelper;110 private NotificationHelper mNotificationHelper;125 mNotificationHelper = new NotificationHelper(mContext, () -> mNotificationListener); in setUp()
51 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()