Searched refs:scheduleAllBackgroundJobs (Results 1 – 12 of 12) sorted by relevance
158 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_killSwitchOff()193 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_measurementKillSwitchOn()225 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_topicsKillSwitchOn()251 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_mddKillSwitchOn()281 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_encryptionKeyKillSwitchOn()312 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_selectAdsKillSwitchOn()340 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_topicsAndSelectAdsKillSwitchOn()366 BackgroundJobsManager.scheduleAllBackgroundJobs(mMockContext); in testScheduleAllBackgroundJobs_cobaltLoggingDisabled()
150 .when(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in setup()392 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in setAdservicesEntryPointStatusTest()
118 BackgroundJobsManager.scheduleAllBackgroundJobs(any())); in setup()339 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), never()); in startTest_u18UxEligible()390 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), never()); in startTest_rvcSelected()538 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext) in startTest_gaUxEligible()646 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext) in startTest_betaUxEligible()705 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), never()); in startTest_betaUxEligible_entryPointEnabled()799 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), never()); in startTest_u18Detention()
119 BackgroundJobsManager.scheduleAllBackgroundJobs(any())); in setup()553 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), never() in startBackgroundTasksUponConsentTest_consentNotGiven()568 () -> BackgroundJobsManager.scheduleAllBackgroundJobs(mContext), times(1) in startBackgroundTasksUponConsentTest_consentGiven()
85 BackgroundJobsManager.scheduleAllBackgroundJobs(context); in startBackgroundTasksUponConsent()
87 public static void scheduleAllBackgroundJobs(@NonNull Context context) { in scheduleAllBackgroundJobs() method in BackgroundJobsManager
253 BackgroundJobsManager.scheduleAllBackgroundJobs(mContext); in setAdServicesEnabled()
128 .when(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in setup()
354 BackgroundJobsManager.scheduleAllBackgroundJobs(context); in enable()
336 BackgroundJobsManager.scheduleAllBackgroundJobs(context); in enable()
613 verify(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in testJobsAreScheduledAfterEnablingKillSwitchOff()667 verify(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in testJobsAreNotScheduledAfterEnablingKillSwitchOn()
620 verify(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in testJobsAreScheduledAfterEnablingKillSwitchOff()674 verify(() -> BackgroundJobsManager.scheduleAllBackgroundJobs(any(Context.class))); in testJobsAreNotScheduledAfterEnablingKillSwitchOn()