Home
last modified time | relevance | path

Searched defs:notificationHelper (Results 1 – 6 of 6) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNotificationTest.java158 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()
DUserInitiatedJobTest.java134 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()
DConnectivityConstraintTest.java580 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobExecutes_DozeOn()
945 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgUiJobBypassesDataSaver()
986 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
DJobThrottlingTest.java459 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()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt65 private lateinit var notificationHelper: NotificationHelper in <lambda>() variable in android.sensitivecontentprotection.cts.SensitiveNotificationAppHidingTest
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java2440 NotificationHelper notificationHelper = new NotificationHelper(mContext); in testStartMediaPlaybackFromBg() local