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()
224 private NotificationHelper mNotificationHelper; field in NotificationManagerTest237 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()