Searched defs:notificationHelper (Results 1 – 5 of 5) 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()
115 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()
550 try (TestNotificationListener.NotificationHelper notificationHelper = in testUserInitiatedJobExecutes_DozeOn()883 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgUiJobBypassesDataSaver()924 try (TestNotificationListener.NotificationHelper notificationHelper = in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
436 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()
2381 NotificationHelper notificationHelper = new NotificationHelper(mContext); in testStartMediaPlaybackFromBg() local