Searched refs:mNotificationHelper (Results 1 – 2 of 2) sorted by relevance
110 private NotificationHelper mNotificationHelper; field in CloseSystemDialogsTest125 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()
225 private NotificationHelper mNotificationHelper; field in NotificationManagerTest238 mNotificationHelper = new NotificationHelper(mContext, () -> mListener); in setUp()421 return mNotificationHelper.findPostedNotification(id, all); in findPostedNotification()425 return mNotificationHelper.findNotificationNoWait(id, all); in findNotificationNoWait()429 return mNotificationHelper.getActiveNotifications(all); in getActiveNotifications()