Searched defs:notificationHelper (Results 1 – 6 of 6) sorted by relevance
158 TestNotificationListener.NotificationHelper notificationHelper = in testNotificationRemovedOnForceStop()188 TestNotificationListener.NotificationHelper notificationHelper = in testNotificationRemovedOnPackageRestriction()237 TestNotificationListener.NotificationHelper notificationHelper = in testNotificationRemovedOnTaskManagerStop()275 TestNotificationListener.NotificationHelper notificationHelper = in testNotification_userInitiated_anrWhenNotProvided()305 TestNotificationListener.NotificationHelper notificationHelper = in testNotification_userInitiated_noAnrWhenProvided()335 TestNotificationListener.NotificationHelper notificationHelper = in testNotification_regular_noAnrWhenNotProvided()355 TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJob_hasUijNotificationFlag()378 TestNotificationListener.NotificationHelper notificationHelper = in testNonUserInitiatedJob_doesNotHaveUijNotificationFlag()
134 try (TestNotificationListener.NotificationHelper notificationHelper = in testJobUidState()196 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedBalToTop()242 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedToggling()314 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedUidState()344 try (TestNotificationListener.NotificationHelper notificationHelper = in testSchedulingBal()
580 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobExecutes_DozeOn()945 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgUiJobBypassesDataSaver()986 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
459 try (TestNotificationListener.NotificationHelper notificationHelper = in testBackgroundUIJsThermal()978 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesBatterySaverOn()1001 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesBatterySaver_toggling()1028 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesDeviceIdle()1050 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesDeviceIdle_toggling()
65 private lateinit var notificationHelper: NotificationHelper in <lambda>() variable in android.sensitivecontentprotection.cts.SensitiveNotificationAppHidingTest
2440 NotificationHelper notificationHelper = new NotificationHelper(mContext); in testStartMediaPlaybackFromBg() local