Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java110 private NotificationHelper mNotificationHelper; field in CloseSystemDialogsTest
125 mNotificationHelper = new NotificationHelper(mContext, () -> mNotificationListener); in setUp()
215 mNotificationHelper.clickNotification(notificationId, /* searchAll */ true); in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
230 mNotificationHelper.clickNotification(notificationId, /* searchAll */ true); in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent()
247 mNotificationHelper.clickNotification(notificationId, /* searchAll */ true); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
262 mNotificationHelper.clickNotification(notificationId, /* searchAll */ true); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent()
DNotificationManagerTest.java224 private NotificationHelper mNotificationHelper; field in NotificationManagerTest
237 mNotificationHelper = new NotificationHelper(mContext, () -> mListener); in setUp()
420 return mNotificationHelper.findPostedNotification(id, all); in findPostedNotification()
424 return mNotificationHelper.findNotificationNoWait(id, all); in findNotificationNoWait()
428 return mNotificationHelper.getActiveNotifications(all); in getActiveNotifications()