Home
last modified time | relevance | path

Searched defs:notificationHelper (Results 1 – 5 of 5) 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.java115 try (TestNotificationListener.NotificationHelper notificationHelper = in testJobUidState()
177 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedBalToTop()
222 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedToggling()
293 try (TestNotificationListener.NotificationHelper notificationHelper = in testRestrictedUidState()
323 try (TestNotificationListener.NotificationHelper notificationHelper = in testSchedulingBal()
DConnectivityConstraintTest.java550 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobExecutes_DozeOn()
883 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgUiJobBypassesDataSaver()
924 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
DJobThrottlingTest.java436 try (TestNotificationListener.NotificationHelper notificationHelper = in testBackgroundUIJsThermal()
976 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesBatterySaverOn()
999 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesBatterySaver_toggling()
1026 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesDeviceIdle()
1048 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobBypassesDeviceIdle_toggling()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java2381 NotificationHelper notificationHelper = new NotificationHelper(mContext); in testStartMediaPlaybackFromBg() local